Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 19.09 8 lines 149 B view raw
1{ lib ? import ../.., modules ? [] }: 2 3{ 4 inherit (lib.evalModules { 5 inherit modules; 6 specialArgs.modulesPath = ./.; 7 }) config options; 8}