mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08: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
Add a link
Reference in a new issue