index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modules
/
define-enable-with-custom-arg.nix
blob: 7da74671d148d7526ae4a4aa73d6147f6bba2b48 (
plain
)
1
2
3
4
5
6
7
{
lib
,
custom
,
...
}:
{
config
=
{
enable
=
custom
;
};
}