diff options
author | makefu <github@syntax-fehler.de> | 2017-07-23 10:23:40 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-07-23 10:23:40 +0200 |
commit | 3ee48434e3282ccd2b6ad83dd6c0d6552a54b71d (patch) | |
tree | 6c9c0cc04db334cbff93e97fd2f4b0702fdfd1b4 /shell.nix | |
parent | 20d5077ba6f67ea0b73345248f048eafda6548e4 (diff) | |
parent | 54a594dc474255b24bbff80bb6be28e6a1a523d4 (diff) |
Merge branch 'master' of prism:stockholm
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 \ |