3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/lib/tests/modules/default.nix

9 lines
149 B
Nix
Raw Normal View History

2017-02-22 20:56:19 +00:00
{ lib ? import ../.., modules ? [] }:
{
inherit (lib.evalModules {
inherit modules;
specialArgs.modulesPath = ./.;
}) config options;
}