brainix/sources/nixpkgs/lib/tests/modules/default.nix
2026-02-13 17:06:24 +09:00

8 lines
149 B
Nix

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