hare: migrate to pkgs/by-name

This commit is contained in:
Gustavo Coutinho de Souza 2023-12-01 11:49:11 -03:00
parent b8dec7521f
commit 5ee6ca0458
No known key found for this signature in database
GPG Key ID: 87B914AD813AA7C7
3 changed files with 0 additions and 2 deletions

View File

@ -9140,8 +9140,6 @@ with pkgs;
llvmPackages = llvmPackages_16;
};
hare = callPackage ../development/compilers/hare { };
harec = callPackage ../development/compilers/harec { };
hareThirdParty = recurseIntoAttrs (callPackage ./hare-third-party.nix { });