1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00

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

View file

@ -45,7 +45,6 @@
(suffix-stable tests-stable) //
(suffix-stable packages-stable));
defaultPackage = forAllSystems (system: self.packages.${system}.sops-init-gpg-key);
devShells = forAllSystems (system: let
pkgs = nixpkgs.legacyPackages.${system};
in {