1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-20 16:39:31 +03:00
nixpkgs/lib/tests/modules/import-custom-arg.nix

6 lines
94 B
Nix

{ lib, custom, ... }:
{
imports = []
++ lib.optional custom ./define-enable-force.nix;
}