core/nodes/1_lib/source/tests/modules/define-enable-with-custom-arg.nix
2024-05-25 10:31:17 -04:00

8 lines
66 B
Nix

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