mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +02: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 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue