summary refs log tree commit diff
path: root/lib/tests/modules/define-enable-force.nix
blob: f4990a328631486ccdb9d3e36ce8db814ac724c9 (plain) (blame)
1
2
3
4
5
{ lib, ... }:

{
  enable = lib.mkForce false;
}