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:
Théophane Hufschmitt 2024-02-27 14:40:12 +01:00
parent 44f10f000a
commit bbef03872b

View file

@ -1,7 +1,7 @@
source common.sh source common.sh
# Needs the config option 'impure-env' to work # Needs the config option 'impure-env' to work
requireDaemonNewerThan "2.18.0pre20230816" requireDaemonNewerThan "2.19.0"
enableFeatures "configurable-impure-env" enableFeatures "configurable-impure-env"
restartDaemon restartDaemon