Add test for nix sandbox

Julia Ryan and Rahul Butani created

Co-authored-by: Rahul Butani <rrbutani@users.noreply.github.com>

Change summary

.github/workflows/nix.yml | 3 +++
1 file changed, 3 insertions(+)

Detailed changes

.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