summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-07-08 15:00:30 +0200
committertv <tv@krebsco.de>2017-07-08 15:00:48 +0200
commit1fb964e8412106a5d9b764e86a995aabbcd060c3 (patch)
tree54cae57ff8c19b9c207242f83d2d03520adbb695
parentc2437cb56ab229f7379ec8625c04cceaca126947 (diff)
shell: call proxy nix-shell with --run
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 3e7ba81c..83ff7f03 100644
--- a/shell.nix
+++ b/shell.nix
@@ -109,7 +109,7 @@ let
NIX_PATH=$(q "$target_path") \
STOCKHOLM_VERSION=$STOCKHOLM_VERSION \
nix-shell \
- --command $(q \
+ --run $(q \
config=$config \
system=$system \
target=$target \