nixpkgs/lib/tests/modules/define-enable-with-custom-arg.nix

8 lines
61 B
Nix
Raw Permalink Normal View History

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