repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #298967 from vbgl/ocaml-5.2.0
[NixPkgs.git]
/
lib
/
tests
/
modules
/
import-custom-arg.nix
blob
3e687b661c1699a64b47ec15692933d9724983d4
1
{ lib, custom, ... }:
2
3
{
4
imports = []
5
++ lib.optional custom ./define-enable-force.nix;
6
}