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