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