index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modules
/
disable-define-enable-string-path.nix
blob: 6429a6d6354aeb7d0d46aa09934010ac0ac54a76 (
plain
)
1
2
3
4
5
{
lib
,
...
}:
{
disabledModules
=
[
(
toString
./define-enable.nix
)
];
}