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