6 lines
75 B
Nix
6 lines
75 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
disabledModules = [ (toString ./define-enable.nix) ];
|
|
}
|