summaryrefslogtreecommitdiffstats
path: root/shell.nix
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
commit82b85e2e46a87a08660d55fcf38f77b0bec23c32 (patch)
tree91e531b991461573f3d347ffeb4c5287d318aac9 /shell.nix
parentda67863a4e12a3d442f802a10d1c383edefa0547 (diff)
shell: call proxy nix-shell with --run
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 3e7ba81..83ff7f0 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 \