This website requires JavaScript.
Explore
Help
Sign in
cafkafk
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2
524535f185
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 22:38:41 +01:00
{
config
,
lib
,
.
.
.
}:
{
lib/tests: remove strictly loaOf tests and rebase on attrsOf
2019-06-13 23:53:03 +02:00
attrsOfSub
.
foo
=
lib
.
mkIf
config
.
enable
{
Add tests for the new module system improvements.
2015-03-16 22:38:41 +01:00
enable
=
true
;
}
;
}
Reference in a new issue
Copy permalink