nixpkgs/lib/tests/modules/define-enable-with-custom-a...

8 lines
66 B
Nix

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