summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-08-15 23:15:39 +0200
committertv <tv@krebsco.de>2017-08-15 23:15:39 +0200
commit34189b038f3ea92024b453649ff6fa9569299f82 (patch)
tree4916953e077bcf9675ae9b46378c78cdfeedec2f /shell.nix
parent155e1851f2b9a77a5581b887cfc25023de2a3a38 (diff)
shell: s@$PWD@./.@
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
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 <nixpkgs>}
+ export NIX_PATH=stockholm=${toString ./.}:nixpkgs=${toString <nixpkgs>}
if test -e /nix/var/nix/daemon-socket/socket; then
export NIX_REMOTE=daemon
fi