6 lines
64 B
Nix
6 lines
64 B
Nix
|
{ lib, ... }:
|
||
|
|
||
|
{
|
||
|
attrsOfSub.foo.enable = lib.mkForce false;
|
||
|
}
|