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