This commit is contained in:
commit
fef2377502
174 changed files with 7423 additions and 0 deletions
14
packages/deploy-qois.nix
Normal file
14
packages/deploy-qois.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
pkgs,
|
||||
self,
|
||||
system,
|
||||
...
|
||||
}:
|
||||
pkgs.writeShellApplication {
|
||||
name = "deploy-qois";
|
||||
meta.description = "Deploy configuration to specificed targets.";
|
||||
runtimeInputs = [ pkgs.deploy-rs ];
|
||||
text = ''
|
||||
deploy --interactive --targets "''${@:-${self}}"
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue