This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
1
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-11-19 04:02:10 +00:00
Code
Issues
Wiki
Activity
dece37b83a
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