mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 08:12:29 +00:00
Bump the required daemon version for the impure-env test
The required version check was a bit too lenient, and `nixpkgs#nixUnstable` was considered valid while it didn't have the fix.
This commit is contained in:
parent
44f10f000a
commit
bbef03872b
@ -1,7 +1,7 @@
|
||||
source common.sh
|
||||
|
||||
# Needs the config option 'impure-env' to work
|
||||
requireDaemonNewerThan "2.18.0pre20230816"
|
||||
requireDaemonNewerThan "2.19.0"
|
||||
|
||||
enableFeatures "configurable-impure-env"
|
||||
restartDaemon
|
||||
|
Loading…
Reference in New Issue
Block a user