Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
86a3ffc42d Add flags to deploy-qois
All checks were successful
CI / build (push) Successful in 1m38s
2025-03-31 15:02:18 +03:00

View file

@ -9,6 +9,6 @@ writeShellApplication {
meta.description = "Deploy configuration to specificed targets.";
runtimeInputs = [ deploy-rs ];
text = ''
deploy --interactive --targets "''${@:-${flakeSelf}}"
deploy --remote-build --skip-checks --interactive --targets "''${@:-${flakeSelf}}"
'';
}