This website requires JavaScript.
Explore
Help
Register
Sign In
alioth
/
nixpkgs
Watch
3
Star
0
Fork
You've already forked nixpkgs
0
forked from
mirrors/nixpkgs
Code
Releases
Activity
e0ded8f4ba
nixpkgs
/
lib
/
tests
/
modules
/
define-attrsOfSub-force-foo-enable.nix
8 lines
77 B
Nix
Raw
Normal View
History
Unescape
Escape
Issue #6161 - Add tests for NixOS modules.
2015-02-08 20:48:38 +00:00
{
lib
,
.
.
.
}:
{
lib/tests: remove strictly loaOf tests and rebase on attrsOf
2019-06-13 22:53:03 +01:00
attrsOfSub
=
lib
.
mkForce
{
Issue #6161 - Add tests for NixOS modules.
2015-02-08 20:48:38 +00:00
foo
.
enable
=
false
;
}
;
}
Copy permalink