From 34189b038f3ea92024b453649ff6fa9569299f82 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 15 Aug 2017 23:15:39 +0200 Subject: shell: s@$PWD@./.@ --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 6d32a6f..a4ccc31 100644 --- a/shell.nix +++ b/shell.nix @@ -276,7 +276,7 @@ in pkgs.stdenv.mkDerivation { name = "stockholm"; shellHook = /* sh */ '' export OLD_PATH="$PATH" - export NIX_PATH=stockholm=$PWD:nixpkgs=${toString } + export NIX_PATH=stockholm=${toString ./.}:nixpkgs=${toString } if test -e /nix/var/nix/daemon-socket/socket; then export NIX_REMOTE=daemon fi -- cgit v1.2.3