Remove nix run -c
This commit is contained in:
parent
0e7dc62ccf
commit
22ef4649d8
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
||||||
# For manual testing of a hacked arion built via Nix.
|
# For manual testing of a hacked arion built via Nix.
|
||||||
# Works when called from outside the project directory.
|
# Works when called from outside the project directory.
|
||||||
|
|
||||||
exec nix run -f "$(dirname ${BASH_SOURCE[0]})" arion -c arion "$@"
|
exec nix run -f "$(dirname ${BASH_SOURCE[0]})" arion "$@"
|
||||||
|
|
Loading…
Reference in a new issue