wip2
This commit is contained in:
parent
0637f5bdcd
commit
688422b43e
1 changed files with 1 additions and 8 deletions
|
|
@ -31,14 +31,7 @@
|
|||
|
||||
pullomatic = "${pullomaticPkg}/bin/pullomatic";
|
||||
|
||||
writeShellScriptBinInRepoRoot = name: script: pkgs.writeShellScriptBin name ''
|
||||
cd `${pkgs.git}/bin/git rev-parse --show-toplevel`
|
||||
${script}
|
||||
'';
|
||||
|
||||
gitRoot = builtins.toString ./.;
|
||||
|
||||
start-arion-run = writeShellScriptBinInRepoRoot "start-arion-run" ''
|
||||
start-arion-run = writeShellScriptBin "start-arion-run" ''
|
||||
cd /root/petersweb-infra/nixos/arion
|
||||
${pkgs.arion}/bin/arion down
|
||||
${pkgs.arion}/bin/arion up
|
||||
|
|
|
|||
Loading…
Reference in a new issue