nix-super/tests/modules/define-enable-with-custom-arg.nix
2023-08-16 15:46:37 +02:00

7 lines
66 B
Nix

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