nix-index: sandbox with bunpen
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{ config, lib, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
# provides `nix-locate`, backed by the manually run `nix-index`
|
||||
sane.programs.nix-index = {
|
||||
sandbox.method = "bwrap";
|
||||
sandbox.method = "bunpen";
|
||||
sandbox.net = "clearnet";
|
||||
sandbox.extraPaths = [
|
||||
"/nix"
|
||||
|
Reference in New Issue
Block a user