mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
Bump the required daemon version for the git hashing tests
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
8dc4b41c7f
commit
6147d27afb
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ clearStore
|
|||
clearCache
|
||||
|
||||
# Need backend to support git-hashing too
|
||||
requireDaemonNewerThan "2.18.0pre20230908"
|
||||
requireDaemonNewerThan "2.19"
|
||||
|
||||
enableFeatures "git-hashing"
|
||||
|
||||
|
|
Loading…
Reference in a new issue