This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
1
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-12-25 03:17:13 +00:00
Code
Issues
Wiki
Activity
789749598a
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 21:44:04 +01:00
{
lib
,
.
.
.
}:
Add tests for the new module system improvements.
2015-03-16 21:38:41 +00:00
{
config
=
{
_module
.
args
.
custom
=
true
;
}
;
}
Copy permalink