Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ callPackage }: 2{ 3 c-blosc = callPackage ./1.nix { }; 4 c-blosc2 = callPackage ./2.nix { }; 5}