1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-06 08:37:21 +00:00
sops-nix/pkgs/sops-shell-hook/default.nix
Jörg Thalheim 8ccd9ba269
first commit
2020-07-06 07:31:57 +01:00

8 lines
148 B
Nix

{ makeSetupHook, gnupg, sops }:
makeSetupHook {
substitutions = {
gpg = "${gnupg}/bin/gpg";
};
deps = [ sops ];
} ./sops-shell-hook.bash