haredoc: sandbox with bunpen
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
Reference in New Issue
Block a user