From 889ed2458bc82ccc69787974569e2eb6d30c56b0 Mon Sep 17 00:00:00 2001 From: Fabian Kirchner Date: Sat, 6 Sep 2025 19:49:37 +0200 Subject: add asecret secret provider --- lib/asecret.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/asecret.nix') diff --git a/lib/asecret.nix b/lib/asecret.nix index 3688612..c30f8b4 100644 --- a/lib/asecret.nix +++ b/lib/asecret.nix @@ -11,6 +11,7 @@ packages = [ pkgs.asecret pkgs.nixVersions.nix_2_24 # nix-plugins' `buildInputs' + pkgs.pass ]; shellHook = '' PASSWORD_STORE_DIR=${toString ../.}/secrets; export PASSWORD_STORE_DIR -- cgit v1.2.3