[WIP] Try add blog as module to flake

This commit is contained in:
2021-10-22 19:34:28 -07:00
parent ca78eaa643
commit 77aa757305
2 changed files with 63 additions and 1 deletions

View File

@@ -34,5 +34,7 @@
};
defaultPackage = blog.english;
}
);
) // {
nixosModule = (import ./module.nix);
};
}