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

8 lines
66 B
Nix

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