try fix
This commit is contained in:
parent
4ed4925f8f
commit
5d85d8166e
1 changed files with 3 additions and 1 deletions
|
|
@ -36,8 +36,10 @@
|
|||
${script}
|
||||
'';
|
||||
|
||||
gitRoot = builtins.toString ./.;
|
||||
|
||||
start-arion-run = writeShellScriptBinInRepoRoot "start-arion-run" ''
|
||||
cd arion/
|
||||
cd ${gitRoot}/arion/
|
||||
${pkgs.arion}/bin/arion down
|
||||
${pkgs.arion}/bin/arion up
|
||||
'';
|
||||
|
|
|
|||
Loading…
Reference in a new issue