mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 01:30:48 +03:00
Merge pull request #105 from luishfonseca/patch-1
Add default NixOS module to flake
This commit is contained in:
commit
7309a8fc1f
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
in {
|
||||
|
||||
nixosModules.age = import ./modules/age.nix;
|
||||
nixosModule = self.nixosModules.age;
|
||||
|
||||
overlay = import ./overlay.nix;
|
||||
|
||||
|
|
Loading…
Reference in a new issue