tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixpkgs
/
lib
/
tests
/
modules
/
define-enable-with-custom-arg.nix
at
15.09-beta
66 B
view raw
1
{
lib
,
custom
,
.
.
.
}:
2
3
{
4
config
=
{
5
enable
=
custom
;
6
}
;
7
}