1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-17 22:41:08 +01:00
nix/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;
};
}