nix-experimental: disable impure derivations

This feature also needs ca-derivation to be enabled and enabling this currently deadlocks without reboot
This commit is contained in:
Jörg Thalheim 2023-12-06 21:46:30 +01:00
parent c5a8eeab29
commit 838660fbfe

View File

@ -5,8 +5,6 @@
# for container in builds support
"auto-allocate-uids"
"cgroups"
# run builds with network access but without fixed-output checksum
"impure-derivations"
] ++ lib.optional (lib.versionOlder (lib.versions.majorMinor config.nix.package.version) "2.18")
# allows to drop references from filesystem images
"discard-references";