index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modules
/
define-force-attrsOfSub-foo-enable.nix
blob: dafb2360e1f18043e3d6c4f3f7e3a51ba67abcee (
plain
)
1
2
3
4
5
{
lib
,
...
}:
lib
.
mkForce
{
attrsOfSub
.
foo
.
enable
=
false
;
}