This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign In
MirrorHub
/
nixpkgs
Watch
0
Star
0
Fork
You've already forked nixpkgs
0
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-11-16 06:45:16 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2384966880
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