nixpkgs/pkgs/top-level/hare-third-party.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
243 B
Nix
Raw Normal View History

{ lib, newScope }:
lib.makeScope newScope (self:
let
inherit (self) callPackage;
in
{
hare-json = callPackage ../development/hare-packages/hare-json { };
hare-compress = callPackage ../development/hare-third-party/hare-compress {};
})