We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfe5426 + 37b24dd commit c32a437Copy full SHA for c32a437
targets/nixos-wiki.nixos.org/deploy.sh
@@ -78,7 +78,7 @@ deploy_system() {
78
79
local retry_count=0
80
while [ $retry_count -lt $MAX_RETRIES ]; do
81
- if nixos-rebuild-ng switch --flake "${FLAKE_TARGET}" --target-host "${SSH_TARGET}"; then
+ if nixos-rebuild-ng switch ----use-substitutes --flake "${FLAKE_TARGET}" --target-host "${SSH_TARGET}"; then
82
log "Deployment successful"
83
return 0
84
else
0 commit comments