pkgs: add havm
This is a dependency for Tiger Compiler [1]. [1]: https://assignments.lrde.epita.fr/
This commit is contained in:
parent
9a9ec81204
commit
e438b7b5f5
2 changed files with 32 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{ pkgs }:
|
||||
{
|
||||
havm = pkgs.callPackage ./havm { };
|
||||
|
||||
lohr = pkgs.callPackage ./lohr { };
|
||||
|
||||
nolimips = pkgs.callPackage ./nolimips { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue