Merge pull request #105 from luishfonseca/patch-1

Add default NixOS module to flake
This commit is contained in:
Ryan Mulligan 2022-02-28 10:16:19 -08:00 committed by GitHub
commit 7309a8fc1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
in {
nixosModules.age = import ./modules/age.nix;
nixosModule = self.nixosModules.age;
overlay = import ./overlay.nix;