This website requires JavaScript.
Explore
Help
Sign In
ilyakooo0
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced
2024-12-29 06:45:54 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
a75eb513c6
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 23:44:04 +03:00
{
lib
,
.
.
.
}:
Add tests for the new module system improvements.
2015-03-17 00:38:41 +03:00
{
config
=
{
_module
.
args
.
custom
=
true
;
}
;
}
Reference in New Issue
Copy Permalink