nix-super/tests/modules/default.nix
2023-08-16 15:46:37 +02:00

8 lines
149 B
Nix

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