From 6beda4c58f7206032de6c1e4ededaca0154be98d Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Mon, 4 Mar 2024 00:59:16 +0100 Subject: [PATCH] epyc: move to Nix 2.18, remove discard references exp feature Signed-off-by: Raito Bezarius --- modules/nix-daemon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix-daemon.nix b/modules/nix-daemon.nix index 0cad83b..9ebbe82 100644 --- a/modules/nix-daemon.nix +++ b/modules/nix-daemon.nix @@ -51,6 +51,7 @@ in gc.randomizedDelaySec = "1800"; # Inchallah, it works. + package = pkgs.nixVersions.nix_2_18; # package = lib.mkForce inputs.nixpkgs-unstable.legacyPackages.x86_64-linux.nixVersions.nix_2_17; # should be enough? @@ -78,7 +79,6 @@ in "auto-allocate-uids" # "ca-derivations" this feature is really extremely broken. "cgroups" - "discard-references" "fetch-closure" "impure-derivations" ];