index
:
depot
master
Unnamed repository; edit this file 'description' to name the repository.
Ethel Morgan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
default.nix
blob: eaa207ea6fe536328234dd5d72dba8d56af139a8 (
plain
)
1
2
3
4
5
6
7
{
modules
=
{
require
=
import
./module-list.nix
;
};
overlays
=
import
./pkgs
;
}