diff options
author | tv <tv@krebsco.de> | 2017-12-06 00:02:17 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-12-06 00:02:17 +0100 |
commit | 7b38d1a8219ff7cfa39202ff17f1c92bd799c9b0 (patch) | |
tree | 2c43cdbd4ba1a3252f0a21be659cfa22f678e62a /krebs/5pkgs | |
parent | 289dd785e5bd5f3a628a7f0282ed4f8638277c5c (diff) |
stockholm: drop OLD_PATH
Diffstat (limited to 'krebs/5pkgs')
-rw-r--r-- | krebs/5pkgs/simple/stockholm/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/krebs/5pkgs/simple/stockholm/default.nix b/krebs/5pkgs/simple/stockholm/default.nix index da07c8120..5705f086d 100644 --- a/krebs/5pkgs/simple/stockholm/default.nix +++ b/krebs/5pkgs/simple/stockholm/default.nix @@ -120,10 +120,6 @@ . ${init.proxy "install" opts} - # Reset PATH because we need access to nixos-install. - # TODO provide nixos-install instead of relying on prepare.sh - export PATH="$OLD_PATH" - # these variables get defined by nix-shell (i.e. nix-build) from # XDG_RUNTIME_DIR and reference the wrong directory (/run/user/0), # which only exists on / and not at /mnt. |