Compare commits

...

1 Commits

Author SHA1 Message Date
Julia Ryan
31f5df5e33 Add test for nix sandbox
Co-authored-by: Rahul Butani <rrbutani@users.noreply.github.com>
2025-10-15 00:49:26 -07:00

View File

@@ -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