tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixpkgs
/
lib
/
tests
/
modules
/
import-custom-arg.nix
at
23.11-beta
94 B
view raw
1
{
lib
,
custom
,
.
.
.
}:
2
3
{
4
imports
=
[
]
5
++
lib
.
optional
custom
./define-enable-force.nix
;
6
}