nix --accept-flake-config
This commit is contained in:
parent
336e8b4c4c
commit
4dee4159e7
@ -60,10 +60,11 @@
|
|||||||
|
|
||||||
nix flake update --accept-flake-config --commit-lock-file
|
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-opts="-i ''${CREDENTIALS_DIRECTORY}/ssh-key" \
|
||||||
--ssh-user=deployerbot-follower \
|
--ssh-user=deployerbot-follower \
|
||||||
--targets ${deployDerivationsStr}
|
--targets ${deployDerivationsStr} -- \
|
||||||
|
--accept-flake-config
|
||||||
|
|
||||||
git push origin main
|
git push origin main
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user