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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user