This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-12-27 08:04:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eb1b758b79
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 21:53:03 +00:00
attrsOfSub
=
lib
.
mkForce
{
Issue #6161 - Add tests for NixOS modules.
2015-02-08 20:48:38 +00:00
foo
.
enable
=
false
;
}
;
}
Reference in New Issue
Copy Permalink