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-11-28 00:22:13 +00:00
Code
Issues
Wiki
Activity
9bb4c010bf
nixpkgs
/
lib
/
tests
/
modules
/
define-attrsOfSub-if-foo-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
=
lib
.
mkIf
config
.
enable
{
Add tests for the new module system improvements.
2015-03-16 21:38:41 +00:00
foo
.
enable
=
true
;
}
;
}
Copy permalink