mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Fixes fetchGit glitch maybe?
This commit is contained in:
parent
a1044a90b0
commit
d5a354a0df
2 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
config = {
|
config = {
|
||||||
|
# Packages
|
||||||
|
environment.systemPackages = with pkgs; [ git ];
|
||||||
|
|
||||||
# Journal
|
# Journal
|
||||||
services.journald.extraConfig = "SystemMaxUse=50M\nSystemMaxFiles=5";
|
services.journald.extraConfig = "SystemMaxUse=50M\nSystemMaxFiles=5";
|
||||||
services.journald.rateLimitBurst = 500;
|
services.journald.rateLimitBurst = 500;
|
||||||
|
|
|
@ -45,7 +45,7 @@ in {
|
||||||
pname = "ultra-scroll";
|
pname = "ultra-scroll";
|
||||||
version = "0.2.0";
|
version = "0.2.0";
|
||||||
|
|
||||||
src = fetchGit {
|
src = builtins.fetchGit {
|
||||||
url = "https://github.com/jdtsmith/ultra-scroll.git";
|
url = "https://github.com/jdtsmith/ultra-scroll.git";
|
||||||
rev = "64ad7be02e11317576498dabb15c92cf31e2c04c";
|
rev = "64ad7be02e11317576498dabb15c92cf31e2c04c";
|
||||||
ref = "main";
|
ref = "main";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue