hareThirdParty.hare-json: move to pkgs/development/hare-third-party

This commit is contained in:
Gustavo Coutinho de Souza 2023-12-04 18:34:47 -03:00
parent 39bbee99ff
commit 494bd4255c
No known key found for this signature in database
GPG Key ID: 87B914AD813AA7C7
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ let
inherit (self) callPackage;
in
{
hare-json = callPackage ../development/hare-packages/hare-json { };
hare-compress = callPackage ../development/hare-third-party/hare-compress {};
hare-compress = callPackage ../development/hare-third-party/hare-compress { };
hare-json = callPackage ../development/hare-third-party/hare-json { };
})