feat(buildLisp): Implement dependency loading & propagation

Similar to buildGo.nix, the library derivations carry information
about their dependencies which is merged when a load file is
instantiated.

The load files are created when compiling libraries, but will in the
future also be created when wrapping SBCL and dumping images.
This commit is contained in:
Vincent Ambo 2020-01-08 18:40:53 +00:00
parent 1297afec4b
commit ca199a57d9
2 changed files with 17 additions and 4 deletions

View file

@ -73,6 +73,7 @@ let
ripgrep
rsync
runCommand
runCommandNoCC
rustPlatform
rustc
sbcl