mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 01:36:15 +02:00
13 lines
260 B
Bash
13 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
|