mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
11 lines
174 B
Bash
11 lines
174 B
Bash
source ../common.sh
|
|
|
|
clearStore
|
|
clearCache
|
|
|
|
# Need backend to support git-hashing too
|
|
requireDaemonNewerThan "2.18.0pre20230908"
|
|
|
|
enableFeatures "git-hashing"
|
|
|
|
restartDaemon
|