1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-21 08:59:20 +03:00
nixpkgs/lib/tests/modules/define-enable-with-custom-arg.nix
2024-07-26 11:18:09 +02:00

7 lines
61 B
Nix

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