Enhancement: Increase nix build download buffer size to accelerate builds after a flake update.
This commit is contained in:
parent
c896c1e251
commit
f8e2138f02
@ -66,6 +66,7 @@
|
|||||||
];
|
];
|
||||||
home-manager.extraSpecialArgs = { inherit pkgs inputs sys; };
|
home-manager.extraSpecialArgs = { inherit pkgs inputs sys; };
|
||||||
}
|
}
|
||||||
|
{ nix.download-buffer-size = 1073741824; }
|
||||||
./modules/system.nix
|
./modules/system.nix
|
||||||
./modules/git.nix
|
./modules/git.nix
|
||||||
./modules/sops.nix
|
./modules/sops.nix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user