core/lib/tests/modules/define-enable-with-custom-arg.nix
2024-05-01 18:26:04 -04:00

8 lines
66 B
Nix

{ lib, custom, ... }:
{
config = {
enable = custom;
};
}