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:
parent
5f82119d97
commit
8dfabd91f8
1 changed files with 1 additions and 0 deletions
|
@ -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; };
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue