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:
commit
cdcb3230be
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…
Reference in a new issue