fix missing package

This commit is contained in:
sean simonsen 2025-07-03 15:40:15 -04:00 committed by Jörg Thalheim
parent 655b3e3a45
commit 3633fc4acf

View file

@ -10,6 +10,7 @@ in
rec {
inherit sops-install-secrets;
sops-init-gpg-key = pkgs.callPackage ./pkgs/sops-init-gpg-key { };
sops-pgp-hook = pkgs.callPackage ./pkgs/sops-pgp-hook { };
default = sops-init-gpg-key;
sops-import-keys-hook = pkgs.callPackage ./pkgs/sops-import-keys-hook { };