tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixpkgs
/
lib
/
tests
/
modules
/
define-_module-args-custom.nix
at
v206
7 lines
69 B
view raw
wrap content
Nicolas B. Pierron
NixOS modules: Add error context on module arguments evaluation.
11y ago
a6b455bb
1
{
lib
,
.
.
.
}:
2
3
{
4
config
=
{
5
_module
.
args
.
custom
=
true
;
6
}
;
7
}