disable sandbox nix workflow
Some checks failed
Build and Publish / build-release (push) Failing after 2m21s
Some checks failed
Build and Publish / build-release (push) Failing after 2m21s
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user