sourcephile
/
git
/
sourcephile-nix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de596c8
)
nix: fix PASSWORD_STORE_DIR
author
Julien Moutinho
<julm@sourcephile.fr>
Wed, 26 Aug 2020 18:15:44 +0000
(20:15 +0200)
committer
Julien Moutinho
<julm@sourcephile.fr>
Wed, 26 Aug 2020 18:15:44 +0000
(20:15 +0200)
shell.nix
patch
|
blob
|
history
diff --git
a/shell.nix
b/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