diff options
author | Fabian Kirchner <kirchner@posteo.de> | 2024-02-22 14:55:31 +0100 |
---|---|---|
committer | Fabian Kirchner <kirchner@posteo.de> | 2024-02-22 14:55:31 +0100 |
commit | 3b03ba1385278c512a5af00337e3ec707802c1ad (patch) | |
tree | 1914e69f9047c5ee90abb60b1b66ccbf41510a52 /shell.nix | |
parent | 6acec23ef988806c6eb436d79dc8aefb9c9b5430 (diff) |
add pass to shell.nix
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |