aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorLibravatar Fabian Kirchner <kirchner@posteo.de>2024-02-22 14:55:31 +0100
committerLibravatar Fabian Kirchner <kirchner@posteo.de>2024-02-22 14:55:31 +0100
commit3b03ba1385278c512a5af00337e3ec707802c1ad (patch)
tree1914e69f9047c5ee90abb60b1b66ccbf41510a52 /shell.nix
parent6acec23ef988806c6eb436d79dc8aefb9c9b5430 (diff)
add pass to shell.nix
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 5608b0b..645ccad 100644
--- a/shell.nix
+++ b/shell.nix
@@ -20,6 +20,7 @@ pkgs.mkShell {
pkgs.fysiweb-cli
pkgs.git
pkgs.niv
+ pkgs.pass
];
shellHook = ''
PASSWORD_STORE_DIR=${lib.escapeShellArg (toString ./.)}/secrets; export PASSWORD_STORE_DIR