haredoc: sandbox with bunpen

This commit is contained in:
2024-09-03 02:25:52 +00:00
parent ce7a082447
commit 08ed8cd052

View File

@@ -2,7 +2,7 @@
{ pkgs, ... }:
{
sane.programs.haredoc = {
sandbox.method = "bwrap";
sandbox.method = "bunpen";
sandbox.whitelistPwd = true; #< search for function documentation below the current directory
env.HAREPATH = "${pkgs.hare}/src/hare/stdlib";
};