mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
14 lines
260 B
Bash
14 lines
260 B
Bash
source ../common.sh
|
|
|
|
TODO_NixOS # Need to enable git hashing feature and make sure test is ok for store we don't clear
|
|
|
|
clearStore
|
|
clearCache
|
|
|
|
# Need backend to support git-hashing too
|
|
requireDaemonNewerThan "2.19"
|
|
|
|
enableFeatures "git-hashing"
|
|
|
|
restartDaemon
|