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

Merge pull request #88 from ncfavier/patch-1

flake.nix: provide a nixosModule attribute
This commit is contained in:
Jörg Thalheim 2021-03-06 09:40:57 +00:00 committed by GitHub
commit cdcb3230be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@
inherit (prev) ssh-to-pgp;
};
nixosModules.sops = import ./modules/sops;
nixosModule = self.nixosModules.sops;
packages = forAllSystems (system: import ./default.nix {
pkgs = import nixpkgs { inherit system; };
});