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