disable sandbox nix workflow
Some checks failed
Build and Publish / build-release (push) Failing after 2m21s

This commit is contained in:
2026-03-31 15:54:27 -05:00
parent b65c94a26a
commit 0cf67dcea8

View File

@@ -22,6 +22,9 @@ jobs:
uses: cachix/install-nix-action@v26 uses: cachix/install-nix-action@v26
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
sandbox = false
filter-syscalls = false
- name: Build Docker Image via Nix Flake - name: Build Docker Image via Nix Flake
run: | run: |