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