From 2ab6bf19cde254f15bfb2514a4f474c6fba1d8c7 Mon Sep 17 00:00:00 2001 From: rus07tam Date: Thu, 2 Apr 2026 10:09:42 +0300 Subject: [PATCH] ci: enable Nix sandbox instead of fighting homeless-shelter sandbox=false triggers purity check for /homeless-shelter. sandbox=true runs builds in a proper sandbox - no more homeless-shelter drama. --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 4a5ebd7..00c2da6 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: nix_path: nixpkgs=channel:nixos-unstable extra_nix_config: | - sandbox = false + sandbox = true - name: Enable flakes run: |