This website requires JavaScript.
Explore
Help
Sign In
qbit
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2682170f21
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 15:38:41 -06:00
{
config
,
lib
,
.
.
.
}:
{
lib/tests: remove strictly loaOf tests and rebase on attrsOf
2019-06-13 15:53:03 -06:00
attrsOfSub
.
foo
=
lib
.
mkIf
config
.
enable
{
Add tests for the new module system improvements.
2015-03-16 15:38:41 -06:00
enable
=
true
;
}
;
}
Reference in New Issue
Copy Permalink