mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
fix missing package
This commit is contained in:
parent
655b3e3a45
commit
3633fc4acf
1 changed files with 1 additions and 0 deletions
|
|
@ -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 { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue