haredoc: dont ship the *entirety* of hare; just the .ha files we need for docs

This commit is contained in:
2025-02-08 11:43:34 +00:00
parent 690abc305f
commit 290fd281b9

View File

@@ -3,6 +3,6 @@
{
sane.programs.haredoc = {
sandbox.whitelistPwd = true; #< search for function documentation below the current directory
env.HAREPATH = "${pkgs.hare}/src/hare/stdlib";
env.HAREPATH = builtins.toString pkgs.hare.src;
};
}