1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Fix spellcheck

This commit is contained in:
Eelco Dolstra 2024-09-03 17:52:06 +02:00
parent 120ca30816
commit 6b552a281a

View file

@ -62,6 +62,8 @@ clearCacheCache() {
rm -f "$TEST_HOME/.cache/nix/binary-cache"* rm -f "$TEST_HOME/.cache/nix/binary-cache"*
} }
extraDaemonFlags=()
startDaemon() { startDaemon() {
if isTestOnNixOS; then if isTestOnNixOS; then
die "startDaemon: not supported when testing on NixOS. Is it really needed? If so add conditionals; e.g. if ! isTestOnNixOS; then ..." die "startDaemon: not supported when testing on NixOS. Is it really needed? If so add conditionals; e.g. if ! isTestOnNixOS; then ..."