This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9366af1b94
nixpkgs
/
lib
/
tests
/
modules
/
custom-arg-define-enable.nix
9 lines
98 B
Nix
Raw
Blame
History
{
lib
,
custom
,
.
.
.
}:
{
config
=
{
_module
.
args
.
custom
=
true
;
enable
=
custom
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink