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
/
default.nix
blob
5b0947104198c3f71f7bed3dc7155454f272b1bf
1
{ lib ? import ../.., modules ? [] }:
2
3
{
4
inherit (lib.evalModules {
5
inherit modules;
6
specialArgs.modulesPath = ./.;
7
}) config options;
8
}