Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ lib, newScope, IOKit, CoreFoundation }: 2 3lib.makeScope newScope (self: with self; { 4 query = callPackage ./query.nix { inherit IOKit CoreFoundation; }; 5})