diff options
author | tv <tv@krebsco.de> | 2017-07-08 15:00:30 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-07-08 15:00:48 +0200 |
commit | 82b85e2e46a87a08660d55fcf38f77b0bec23c32 (patch) | |
tree | 91e531b991461573f3d347ffeb4c5287d318aac9 | |
parent | da67863a4e12a3d442f802a10d1c383edefa0547 (diff) |
shell: call proxy nix-shell with --run
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |