nixpkgs/lib/tests/modules/default.nix
2017-02-28 00:14:48 +01:00

9 lines
149 B
Nix

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