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
/
lib
/
default.nix
blob: d896ce2db9cb2e06209ba2db4a8647a339c4ee54 (
plain
)
1
2
3
4
5
6
7
8
{
...
}:
{
imports
=
[
./secrets
];
}