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