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:
parent
1297afec4b
commit
ca199a57d9
2 changed files with 17 additions and 4 deletions
1
third_party/default.nix
vendored
1
third_party/default.nix
vendored
|
@ -73,6 +73,7 @@ let
|
|||
ripgrep
|
||||
rsync
|
||||
runCommand
|
||||
runCommandNoCC
|
||||
rustPlatform
|
||||
rustc
|
||||
sbcl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue