summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-07-22 12:33:38 +0200
committertv <tv@krebsco.de>2017-07-22 12:33:38 +0200
commitc8000ae285a6c7d793effbda954c5455c4f9ac95 (patch)
treed7ffc07da16a73f54e7623e09d7cdb4da3a88ddc /shell.nix
parentd305ed1d20b36e8db3d31631f72cc6e8e04bad0b (diff)
shell: drop unused config variable
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell.nix b/shell.nix
index 8c224a5..5ea9ff3 100644
--- a/shell.nix
+++ b/shell.nix
@@ -47,10 +47,8 @@ let
'';
init.env = pkgs.writeText "init.env" /* sh */ ''
- config=''${config-$user/1systems/$system/config.nix}
source=''${source-$user/1systems/$system/source.nix}
- export config
export source
export system
export target
@@ -98,7 +96,6 @@ let
--readonly-mode \
--show-trace \
--strict \
- -I nixos-config="$config" \
"$source")
echo $_source |
${pkgs.populate}/bin/populate \
@@ -118,7 +115,6 @@ let
STOCKHOLM_VERSION=$STOCKHOLM_VERSION \
nix-shell \
--run $(q \
- config=$config \
system=$system \
target=$target \
using_proxy=true \