nixos/nix-experimental: drop stabilized discard-references

This commit is contained in:
Jörg Thalheim 2024-06-30 15:17:16 +02:00 committed by mergify[bot]
parent 6e6364a3d0
commit 036ab1a01e

View File

@ -14,10 +14,7 @@
"recursive-nix"
] ++ lib.optional (lib.versionAtLeast (lib.versions.majorMinor config.nix.package.version) "2.19")
# Allow the use of the impure-env setting.
"configurable-impure-env"
++ lib.optional (lib.versionOlder (lib.versions.majorMinor config.nix.package.version) "2.18")
# allows to drop references from filesystem images
"discard-references";
"configurable-impure-env";
# no longer need to pre-allocate build users for everything
nix.settings.auto-allocate-uids = true;