summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-07-22 20:51:21 +0200
committerlassulus <lassulus@lassul.us>2017-07-22 20:51:21 +0200
commit96bc68be7d36d790bb9badf7a516760d8050e187 (patch)
treec83230ac78f0a50296be28ad4c350b7a7e850acf /shell.nix
parentedfd8ca19101e0c5c99fb799f05bd404c6d2287b (diff)
parente7915c7d11752e57870aefa2eb711a26ee4f331d (diff)
Merge remote-tracking branch 'ni/master'
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 8c224a5f8..5ea9ff3b7 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 \