depot/third_party/nixpkgs/lib/tests/modules/default.nix

9 lines
149 B
Nix
Raw Normal View History

{ lib ? import ../.., modules ? [] }:
{
inherit (lib.evalModules {
inherit modules;
specialArgs.modulesPath = ./.;
}) config options;
}