haredoc: dont ship the *entirety* of hare; just the .ha files we need for docs
This commit is contained in:
@@ -3,6 +3,6 @@
|
|||||||
{
|
{
|
||||||
sane.programs.haredoc = {
|
sane.programs.haredoc = {
|
||||||
sandbox.whitelistPwd = true; #< search for function documentation below the current directory
|
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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user