From 9ea2bb798657f8fdcb7b0291309a6e9fa315b529 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 22 Jul 2017 12:33:38 +0200 Subject: [PATCH] shell: drop unused config variable --- shell.nix | 4 ---- 1 file changed, 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 \