This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e7f2911fed
nixpkgs
/
lib
/
tests
/
modules
/
define-if-attrsOfSub-foo-en...
6 lines
82 B
Nix
Raw
Normal View
History
Unescape
Escape
Add tests for the new module system improvements.
2015-03-16 14:38:41 -07:00
{
config
,
lib
,
.
.
.
}:
lib
.
mkIf
config
.
enable
{
lib/tests: remove strictly loaOf tests and rebase on attrsOf
2019-06-13 14:53:03 -07:00
attrsOfSub
.
foo
.
enable
=
true
;
Add tests for the new module system improvements.
2015-03-16 14:38:41 -07:00
}