Remove nix run -c

This commit is contained in:
Robert Hensing 2023-07-26 14:09:49 +02:00
parent 0e7dc62ccf
commit 22ef4649d8

View file

@ -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 "$@"