nixpkgs/lib/tests/modules/define-enable-force.nix

6 lines
49 B
Nix
Raw Permalink Normal View History

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