pkgs: add havm

This is a dependency for Tiger Compiler [1].

[1]: https://assignments.lrde.epita.fr/
This commit is contained in:
Bruno BELANYI 2021-04-20 17:35:01 +00:00
parent 9a9ec81204
commit e438b7b5f5
2 changed files with 32 additions and 0 deletions

View file

@ -1,5 +1,7 @@
{ pkgs }:
{
havm = pkgs.callPackage ./havm { };
lohr = pkgs.callPackage ./lohr { };
nolimips = pkgs.callPackage ./nolimips { };