From fb4cf114487b00dfdb22aae0433cd5f63c7e4961 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Mon, 30 Oct 2023 23:58:49 +0100 Subject: [PATCH] nixy/nix: enable sandbox --- nixy/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixy/configuration.nix b/nixy/configuration.nix index 0fe0f7b..e16b629 100644 --- a/nixy/configuration.nix +++ b/nixy/configuration.nix @@ -26,6 +26,7 @@ gc.options = "--delete-older-than 7d"; package = pkgs.nixUnstable; settings = { + sandbox = true; experimental-features = ["nix-command" "flakes"]; }; };