index
:
nix-monorepo.git
main
reorg
This directory contains the monorepo which I use to manage my (very small) Nix fleet.
Git server user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
nixos
/
default.nix
blob: b813155fcc6ba27c9bbce957b46d9052e6bfb38e (
plain
)
1
2
3
4
{
on-demand-minecraft
=
import
./on-demand-minecraft
;
hellohtml
=
import
./hellohtml
;
}