diff options
author | 2025-09-06 19:49:37 +0200 | |
---|---|---|
committer | 2025-09-06 19:49:51 +0200 | |
commit | 889ed2458bc82ccc69787974569e2eb6d30c56b0 (patch) | |
tree | d2be2c3f2363b7449ab56210113d78d4264e2325 /lib/asecret.nix | |
parent | 56a1709be4f23c333730e159b219104c7fb073c2 (diff) |
add asecret secret provider
Diffstat (limited to 'lib/asecret.nix')
-rw-r--r-- | lib/asecret.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |