feat(flake): add manifest input and module import
This commit is contained in:
parent
021dadfed8
commit
e02411d563
3 changed files with 20 additions and 75 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue