index
:
hefe
this commit
main
Yet another monorepo (the big nix config)
emile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nix
/
modules
/
ports
/
default.nix
blob: fe9853605596010265cbb7efe9555ab678afb6ad (
plain
)
1
2
3
4
5
6
{
lib
,
...
}:
with
lib
;
{
options
.
emile
.
ports
=
mkOption
{
type
=
types
.
anything
;
};
}