epyc: move to Nix 2.18, remove discard references exp feature
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
84d0cd52c2
commit
6beda4c58f
|
@ -51,6 +51,7 @@ in
|
||||||
gc.randomizedDelaySec = "1800";
|
gc.randomizedDelaySec = "1800";
|
||||||
|
|
||||||
# Inchallah, it works.
|
# Inchallah, it works.
|
||||||
|
package = pkgs.nixVersions.nix_2_18;
|
||||||
# package = lib.mkForce inputs.nixpkgs-unstable.legacyPackages.x86_64-linux.nixVersions.nix_2_17;
|
# package = lib.mkForce inputs.nixpkgs-unstable.legacyPackages.x86_64-linux.nixVersions.nix_2_17;
|
||||||
|
|
||||||
# should be enough?
|
# should be enough?
|
||||||
|
@ -78,7 +79,6 @@ in
|
||||||
"auto-allocate-uids"
|
"auto-allocate-uids"
|
||||||
# "ca-derivations" this feature is really extremely broken.
|
# "ca-derivations" this feature is really extremely broken.
|
||||||
"cgroups"
|
"cgroups"
|
||||||
"discard-references"
|
|
||||||
"fetch-closure"
|
"fetch-closure"
|
||||||
"impure-derivations"
|
"impure-derivations"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue