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

8 lines
66 B
Nix

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