From c000af9985abe60acf0fb419147ce9ac98621170 Mon Sep 17 00:00:00 2001 From: mwojcik Date: Wed, 23 Feb 2022 15:30:16 +0800 Subject: [PATCH] flake: extra-sandbox-paths too --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b0f2d2331..7d796bbf5 100644 --- a/flake.nix +++ b/flake.nix @@ -506,6 +506,6 @@ nixConfig = { extra-trusted-public-keys = "nixbld.m-labs.hk-1:5aSRVA5b320xbNvu30tqxVPXpld73bhtOeH6uAjRyHc="; extra-substituters = "https://nixbld.m-labs.hk"; - sandboxPaths = ["/opt"]; + extra-sandbox-paths = "/opt"; }; }