From 3b03ba1385278c512a5af00337e3ec707802c1ad Mon Sep 17 00:00:00 2001 From: Fabian Kirchner Date: Thu, 22 Feb 2024 14:55:31 +0100 Subject: add pass to shell.nix --- shell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'shell.nix') 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 -- cgit v1.2.3