index
:
infra
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
users
/
fcuny
/
devel
/
default.nix
blob: fcb4d2b81dab502acb8ca975951e00e5aacc138d (
plain
) (
blame
)
1
2
3
4
5
6
7
8
{
config
,
lib
,
pkgs
,
...
}:
{
imports
=
[
./go.nix
./python.nix
];
}