mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-07-17 14:35:25 +08:00
Replace sops-gpg-hook with sops-import-keys-hook
This commit is contained in:
parent
7918c59b39
commit
73e19bf11b
11 changed files with 246 additions and 19 deletions
|
|
@ -6,7 +6,11 @@
|
|||
};
|
||||
in rec {
|
||||
sops-init-gpg-key = pkgs.callPackage ./pkgs/sops-init-gpg-key {};
|
||||
sops-pgp-hook = pkgs.callPackage ./pkgs/sops-pgp-hook { };
|
||||
sops-pgp-hook = pkgs.lib.warn ''
|
||||
sops-pgp-hook is deprecated, use sops-import-keys-hook instead.
|
||||
Also see https://github.com/Mic92/sops-nix/issues/98
|
||||
'' pkgs.callPackage ./pkgs/sops-pgp-hook { };
|
||||
sops-import-keys-hook = pkgs.callPackage ./pkgs/sops-import-keys-hook { };
|
||||
inherit sops-install-secrets;
|
||||
|
||||
# backwards compatibility
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue