drop flake defaultPackage

This commit is contained in:
Jörg Thalheim 2023-03-18 16:09:42 +01:00
parent 55d5e5cb0b
commit 215dcb71e7
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,8 @@
in rec {
inherit sops-install-secrets;
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