diff --git a/modules/cli/nix.nix b/modules/cli/nix.nix index c1792af..e5e4979 100644 --- a/modules/cli/nix.nix +++ b/modules/cli/nix.nix @@ -2,7 +2,6 @@ { nix = { - package = pkgs.nix_2_4; gc = { automatic = true; options = "--max-freed $((32 * 1024**3)) --delete-older-than 14d";