This website requires JavaScript.
Explore
Help
Register
Sign In
alioth
/
nixpkgs
Watch
3
Star
0
Fork
You've already forked nixpkgs
0
forked from
mirrors/nixpkgs
Code
Releases
Activity
fd498ce1f1
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
;
}
;
}
Copy permalink