deploy: do not use eval-cache when building local
This commit is contained in:
parent
b558941b34
commit
fcb7139bdd
@ -120,7 +120,7 @@ if [ "$1" = "install" ]; then
|
||||
fi
|
||||
|
||||
if [ "$1" = "local" ]; then
|
||||
sudo nixos-rebuild ${TRACE} --flake .#$(uname -n) switch 2>&1 | nom
|
||||
sudo nixos-rebuild ${TRACE} --option eval-cache false --flake .#$(uname -n) switch 2>&1 | nom
|
||||
exit $?
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user