From 22ef4649d8910612bcd5e8d18a82f5441bbb0bfb Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Wed, 26 Jul 2023 14:09:49 +0200 Subject: [PATCH] Remove nix run -c --- run-arion-via-nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-arion-via-nix b/run-arion-via-nix index b04cdb3..f652987 100755 --- a/run-arion-via-nix +++ b/run-arion-via-nix @@ -3,4 +3,4 @@ # For manual testing of a hacked arion built via Nix. # 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 "$@"