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
06aa21f989
nixpkgs
/
lib
/
tests
/
modules
/
define-if-attrsOfSub-foo-enable.nix
6 lines
82 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
.
mkIf
config
.
enable
{
lib/tests: remove strictly loaOf tests and rebase on attrsOf
2019-06-13 23:53:03 +02:00
attrsOfSub
.
foo
.
enable
=
true
;
Add tests for the new module system improvements.
2015-03-16 22:38:41 +01:00
}
Reference in a new issue
Copy permalink