From 31f5df5e33c0c1faccccdb3d1070a0c2fa378cf4 Mon Sep 17 00:00:00 2001 From: Julia Ryan Date: Wed, 15 Oct 2025 00:45:58 -0700 Subject: [PATCH] Add test for nix sandbox Co-authored-by: Rahul Butani --- .github/workflows/nix.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index e682ce5890b86e8a3cf181be2d302d66025572c2..b318b81425731b28807568ab926180a02979f3d0 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -59,6 +59,9 @@ jobs: pushFilter: "${{ inputs.cachix-filter }}" cachixArgs: "-v" + - run: which protoc || true + - run: mount + - run: nix-build --expr 'derivation { system = "x86_64-linux"; builder = "not-a-builder"; name = "not-a-name"; }' -vvv - run: nix build .#${{ inputs.flake-output }} -L --accept-flake-config - name: Limit /nix/store to 50GB on macs