nix --accept-flake-config

This commit is contained in:
Motiejus Jakštys 2023-08-16 20:18:19 +03:00
parent 336e8b4c4c
commit 4dee4159e7
1 changed files with 3 additions and 2 deletions

View File

@ -60,10 +60,11 @@
nix flake update --accept-flake-config --commit-lock-file
nix run .#deploy-rs -- \
nix --accept-flake-config run .#deploy-rs -- \
--ssh-opts="-i ''${CREDENTIALS_DIRECTORY}/ssh-key" \
--ssh-user=deployerbot-follower \
--targets ${deployDerivationsStr}
--targets ${deployDerivationsStr} -- \
--accept-flake-config
git push origin main
'';