nix-super/tests/modules/define-force-enable.nix
2023-08-16 15:46:37 +02:00

5 lines
49 B
Nix

{ lib, ... }:
lib.mkForce {
enable = false;
}