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