94427deb9d
GitOrigin-RevId: f91ee3065de91a3531329a674a45ddcb3467a650
5 lines
131 B
Nix
5 lines
131 B
Nix
{ lib, ... }:
|
|
# I think this might occur more realistically in a submodule
|
|
{
|
|
imports = [ (lib.mkIf true { enable = true; }) ];
|
|
}
|