move hare aliases to aliases.nix

This commit is contained in:
AndersonTorres 2022-08-10 05:23:28 -03:00
parent d3993e24c6
commit 30b628476a
2 changed files with 1 additions and 1 deletions

View file

@ -581,6 +581,7 @@ mapAliases ({
### H ###
hal-flash = throw "hal-flash has been removed as Adobe Flash Player is now deprecated"; # Added 2021-02-07
inherit (harePackages) hare harec; # Added 2022-08-10
hawkthorne = throw "hawkthorne has been removed because it depended on a broken version of love"; # Added 2022-01-15
heapster = throw "Heapster is now retired. See https://github.com/kubernetes-retired/heapster/blob/master/docs/deprecation.md"; # Added 2022-04-05
heimdalFull = throw "'heimdalFull' has been renamed to/replaced by 'heimdal'"; # Converted to throw 2022-02-22

View file

@ -7212,7 +7212,6 @@ with pkgs;
};
harePackages = recurseIntoAttrs (callPackage ../development/compilers/hare { });
inherit (harePackages) hare harec;
ham = pkgs.perlPackages.ham;