mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
6147d27afb
The required version check was a bit too lenient, and `nixpkgs#nixUnstable` was considered valid while it didn't have the fix.
12 lines
161 B
Bash
12 lines
161 B
Bash
source ../common.sh
|
|
|
|
clearStore
|
|
clearCache
|
|
|
|
# Need backend to support git-hashing too
|
|
requireDaemonNewerThan "2.19"
|
|
|
|
enableFeatures "git-hashing"
|
|
|
|
restartDaemon
|