Compare commits
1 commit
main
...
update-dep
Author | SHA1 | Date | |
---|---|---|---|
86a3ffc42d |
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ writeShellApplication {
|
||||||
meta.description = "Deploy configuration to specificed targets.";
|
meta.description = "Deploy configuration to specificed targets.";
|
||||||
runtimeInputs = [ deploy-rs ];
|
runtimeInputs = [ deploy-rs ];
|
||||||
text = ''
|
text = ''
|
||||||
deploy --interactive --targets "''${@:-${flakeSelf}}"
|
deploy --remote-build --skip-checks --interactive --targets "''${@:-${flakeSelf}}"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue