1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-05 08:07:16 +00:00

flake.nix: provide a nixosModule attribute

This commit is contained in:
Naïm Favier 2021-03-06 10:22:39 +01:00 committed by GitHub
parent 5f82119d97
commit 8dfabd91f8
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; };
});