tvl-depot/nix
Vincent Ambo e3a8dc9500 fix(buildLisp): Cursed code to fix load ordering
It's not enough to compile in the right order - turns out you also
have to load the compiled objects in the right order.

To achieve this some cursed code has been added that changes the Lisp
generated by Nix to compile the other Lisp so that it also generates
some bash, which Nix can then use to concatenate the FASLs in the
right order to feed them to Lisp again.

It works but I'll replace it with a more elegant solution once one is
needed.
2020-01-08 23:57:34 +00:00
..
buildGo chore: Significantly restructure folder layout 2019-12-20 20:18:41 +00:00
buildLisp fix(buildLisp): Cursed code to fix load ordering 2020-01-08 23:57:34 +00:00
readTree docs(nix/readTree): Add a very descriptive README for readTree 2019-12-21 05:42:52 +00:00
yants chore(yants): Move tests into subfolder & add to CI builds 2019-12-20 21:53:19 +00:00