devshell
devshell copied to clipboard
feat: add hare language support
The module, besides providing the Hare binary through
devshell.packages
, exposes the following options:
-
thirdPartyLibs
: add hare third-party libraries (pkgs.hareThirdParty) to the HAREPATH environment variable. -
vendoredLibs
: add vendored libraries (any path on the project repo) to HAREPATH. -
package
: set whichhare
package to use (defaults topkgs.hare
).
Regarding third-party libraries, the module also takes care of the ones
included on propagatedBuildInputs
, by adding them to HAREPATH.