mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
remove obsolete sops-pgp-hook alias
This commit is contained in:
parent
799b572ef1
commit
0ec0d5d3c5
1 changed files with 0 additions and 4 deletions
|
@ -12,10 +12,6 @@ rec {
|
|||
sops-init-gpg-key = pkgs.callPackage ./pkgs/sops-init-gpg-key { };
|
||||
default = sops-init-gpg-key;
|
||||
|
||||
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 { };
|
||||
|
||||
# backwards compatibility
|
||||
|
|
Loading…
Reference in a new issue