diff options
author | tv <tv@krebsco.de> | 2017-08-15 23:15:39 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-08-15 23:15:39 +0200 |
commit | 34189b038f3ea92024b453649ff6fa9569299f82 (patch) | |
tree | 4916953e077bcf9675ae9b46378c78cdfeedec2f | |
parent | 155e1851f2b9a77a5581b887cfc25023de2a3a38 (diff) |
shell: s@$PWD@./.@
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -276,7 +276,7 @@ in pkgs.stdenv.mkDerivation { name = "stockholm"; shellHook = /* sh */ '' export OLD_PATH="$PATH" - export NIX_PATH=stockholm=$PWD:nixpkgs=${toString <nixpkgs>} + export NIX_PATH=stockholm=${toString ./.}:nixpkgs=${toString <nixpkgs>} if test -e /nix/var/nix/daemon-socket/socket; then export NIX_REMOTE=daemon fi |