This website requires JavaScript.
Explore
Help
Sign in
cafkafk
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2
7015e86ece
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 21:48:38 +01:00
{
lib
,
.
.
.
}:
{
lib/tests: remove strictly loaOf tests and rebase on attrsOf
2019-06-13 23:53:03 +02:00
attrsOfSub
=
lib
.
mkForce
{
Issue #6161 - Add tests for NixOS modules.
2015-02-08 21:48:38 +01:00
foo
.
enable
=
false
;
}
;
}
Reference in a new issue
Copy permalink