programs: plum --bunpen-autodetect into modules/programs API

This commit is contained in:
2024-08-28 11:37:18 +00:00
parent 35848ece02
commit 14929c1102

View File

@@ -30,6 +30,7 @@ let
whitelistPwd = [ "--sanebox-add-pwd" ];
};
bunpenGenerators = {
autodetectCliPaths = style: [ "--bunpen-autodetect" style ];
method = m: assert m == "bunpen"; [];
netDev = n: assert n == "all"; [ "--bunpen-keep-net" ];
path = p: [ "--bunpen-path" p ];