core/nodes/1_lib/tests/modules/define-enable-throw.nix
2024-05-21 23:53:33 -04:00

4 lines
36 B
Nix

{
config.enable = throw "oops";
}