This website requires JavaScript.
Explore
Help
Sign In
cafkafk
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2
afc66e121d
nixpkgs
/
lib
/
tests
/
modules
/
define-_module-args-custom.nix
8 lines
69 B
Nix
Raw
Normal View
History
Unescape
Escape
NixOS modules: Add error context on module arguments evaluation.
2015-05-13 22:44:04 +02:00
{
lib
,
.
.
.
}:
Add tests for the new module system improvements.
2015-03-16 22:38:41 +01:00
{
config
=
{
_module
.
args
.
custom
=
true
;
}
;
}
Reference in a new issue
Copy permalink