tetragon: 0.1.1 -> 1.2.0 (#356642)
[NixPkgs.git] / lib / tests / modules / import-custom-arg.nix
blob3e687b661c1699a64b47ec15692933d9724983d4
1 { lib, custom, ... }:
4   imports = []
5   ++ lib.optional custom ./define-enable-force.nix;