nixpkgs/lib/tests/modules/define-force-enable.nix
2015-02-09 00:07:44 +01:00

6 lines
49 B
Nix

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