deploy: drop accept flake substituter config
This commit is contained in:
parent
93c4b1f90c
commit
ea2f1dc953
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
@ -24,7 +24,7 @@ def deploy_nixos(hosts: List[DeployHost]) -> None:
|
|||
|
||||
# FIXME: build03 has itself as a builder and deadlocks building packages.
|
||||
h.run(
|
||||
f"nixos-rebuild switch --builders ''"
|
||||
f"nixos-rebuild switch --builders '' --option accept-flake-config true"
|
||||
)
|
||||
|
||||
g.run_function(deploy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue