about summary refs log tree commit diff
path: root/pkgs/top-level/hare-third-party.nix
blob: ac2dc254e50dab9ac9755734b6de3a1fad437e33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ lib, newScope }:

lib.makeScope newScope (self:
let
  inherit (self) callPackage;
in
{

  hare-compress = callPackage ../development/hare-third-party/hare-compress { };
  hare-json = callPackage ../development/hare-third-party/hare-json { };
})