core/nodes/1_lib/source/tests/modules/default.nix
2024-05-25 10:31:17 -04:00

9 lines
149 B
Nix

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