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
9a414c1488
nixpkgs
/
lib
/
tests
/
modules
/
define-attrsOfSub-foo-force...
8 lines
77 B
Nix
Raw
Normal View
History
Unescape
Escape
Issue #6161 - Add tests for NixOS modules.
2015-02-08 12:48:38 -08:00
{
lib
,
.
.
.
}:
{
lib/tests: remove strictly loaOf tests and rebase on attrsOf
2019-06-13 14:53:03 -07:00
attrsOfSub
.
foo
=
lib
.
mkForce
{
Issue #6161 - Add tests for NixOS modules.
2015-02-08 12:48:38 -08:00
enable
=
false
;
}
;
}