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




                             
{ lib, ... }:

{
  enable = lib.mkForce false;
}