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

This commit is contained in:
Gustavo Coutinho de Souza
2023-12-15 07:01:17 -03:00
parent 39bbee99ff
commit 494bd4255c
2 changed files with 2 additions and 2 deletions
+2 -2
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 { };
})