diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-03-20 13:57:57 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-03-20 13:57:57 +0300 |
commit | 8520e18ad256ae8e7a7ee1716fddc566b39a1a6b (patch) | |
tree | 9720d86f85b3f422c892b093540ed8f840e75757 /modules/common/password-store.nix | |
parent | 2023-03-20 (diff) |
2023-03-20
Diffstat (limited to '')
-rw-r--r-- | modules/common/password-store.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common/password-store.nix b/modules/common/password-store.nix index 1de8a55..c9a71ce 100644 --- a/modules/common/password-store.nix +++ b/modules/common/password-store.nix @@ -20,7 +20,7 @@ in { settings.PASSWORD_STORE_DIR = "${config.my.home}/.password-store"; }; - # https://github.com/NixOS/nixpkgs/issues/183604 + # HACK https://github.com/NixOS/nixpkgs/issues/183604 bash.initExtra = let completions = "${config.hm.programs.password-store.package}/share/bash-completion/completions"; in |