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