rschardt
rschardt
Here is also some code on how one would use nix flakes to compile a chez project with chez-exe: https://github.com/rschardt/nix-example/blob/main/languages/chez-scheme/flake.nix#L55-L97 To run this one would run: ``` nix build .\#binary_otherLinuxes...
@ufo5260987423 In case of a static library I would suggest appending '--chez-lib-dir' to compile-chez-program in this example and reuse it for your purpose: https://github.com/rschardt/nix-example/blob/c60d9d3109935890c9d2689d87cc93f542e0d996/languages/chez-scheme/flake.nix#L70 From the chez-exe readme I can...
> @rschardt You may notice I've done some things at #20. That doesn't really answer my questions.
@ufo5260987423 Might found a [solution](https://github.com/ufo5260987423/scheme-langserver/pull/47) for scheme-langserver
1. I have tried to run akku install inside the mkDerivation but that's not possible and advised as it clashes with nix 'akku install' isn't possible to run inside the...