1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 16:51:15 +02: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;
};
}