mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-16 15:17:18 +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
|
clearCache
|
||||||
|
|
||||||
# Need backend to support git-hashing too
|
# Need backend to support git-hashing too
|
||||||
requireDaemonNewerThan "2.18.0pre20230908"
|
requireDaemonNewerThan "2.19"
|
||||||
|
|
||||||
enableFeatures "git-hashing"
|
enableFeatures "git-hashing"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue