This website requires JavaScript.
Explore
Help
Register
Sign In
JakeHillion
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4f2febba93
nixpkgs
/
lib
/
tests
/
modules
/
define-attrsOfSub-foo-if-enable.nix
8 lines
95 B
Nix
Raw
Normal View
History
Unescape
Escape
Add tests for the new module system improvements.
2015-03-16 21:38:41 +00:00
{
config
,
lib
,
.
.
.
}:
{
lib/tests: remove strictly loaOf tests and rebase on attrsOf
2019-06-13 22:53:03 +01:00
attrsOfSub
.
foo
=
lib
.
mkIf
config
.
enable
{
Add tests for the new module system improvements.
2015-03-16 21:38:41 +00:00
enable
=
true
;
}
;
}
Reference in New Issue
Copy Permalink