feat(flake): add manifest input and module import

This commit is contained in:
Mohammad Rafiq 2025-07-15 22:51:00 +08:00
parent 021dadfed8
commit e02411d563
No known key found for this signature in database
3 changed files with 20 additions and 75 deletions

View file

@ -71,6 +71,8 @@
files.url = "github:mightyiam/files";
# text.nix lets us easily define markdown text to pass to files
text.url = "github:rrvsh/text.nix";
# manifest lets us define all hosts in one file
manifest.url = "github:rrvsh/manifest";
# make-shells.<name> creates devShells and checks
make-shell = {
url = "github:nicknovitski/make-shell";