pkgs: add nolimips

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:19:36 +00:00
parent 89ea720bff
commit 9a9ec81204
2 changed files with 25 additions and 0 deletions

View file

@ -2,5 +2,7 @@
{
lohr = pkgs.callPackage ./lohr { };
nolimips = pkgs.callPackage ./nolimips { };
podgrab = pkgs.callPackage ./podgrab { };
}