Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ config, lib, pkgs }: 2 3lib.makeScope pkgs.newScope (self: { 4 5 harec = pkgs.callPackage ./harec { }; 6 hare = pkgs.callPackage ./hare { }; 7})