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
ef5246f027
nixpkgs
/
lib
/
tests
/
modules
/
define-_module-args-custom.nix
8 lines
69 B
Nix
Raw
Blame
History
{
lib
,
.
.
.
}:
{
config
=
{
_module
.
args
.
custom
=
true
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink