nix: fix PASSWORD_STORE_DIR
authorJulien Moutinho <julm@sourcephile.fr>
Wed, 26 Aug 2020 18:15:44 +0000 (20:15 +0200)
committerJulien Moutinho <julm@sourcephile.fr>
Wed, 26 Aug 2020 18:15:44 +0000 (20:15 +0200)
shell.nix

index c17eb4fd5fc691c6912a1ec4c48b9bdb1c57f85a..5fd86eb293d4560c5af454616a5a033b34687396 100644 (file)
--- a/shell.nix
+++ b/shell.nix
@@ -144,7 +144,7 @@ pkgs.mkShell {
     echo >&2 "nix: running shellHook"
 
     # password-store
-    export PASSWORD_STORE_DIR="$PWD"/sec/pass
+    export PASSWORD_STORE_DIR="$PWD"/pass
 
     # Nix
     PATH=$NIX_SHELL_PATH:$PATH