diff options
Diffstat (limited to '')
-rw-r--r-- | common/nix/default.nix (renamed from nix.nix) | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/nix.nix b/common/nix/default.nix index b94cfc9..30f5b38 100644 --- a/nix.nix +++ b/common/nix/default.nix @@ -1,9 +1,4 @@ -{ - config, - lib, - pkgs, - ... -}: { +{...}: { nix = { gc = { automatic = true; |