From 0abbbdc2e8419cd7187add4befc590424ccb8bcd Mon Sep 17 00:00:00 2001 From: Peter Becich Date: Thu, 12 Jun 2025 18:09:29 -0700 Subject: [PATCH] use nothing-but-nix to give GitHub Action more disk https://github.com/wimpysworld/nothing-but-nix https://github.com/haskell/hackage-server/pull/1391#issuecomment-2957288948 --- .github/workflows/nix-flake.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/nix-flake.yml b/.github/workflows/nix-flake.yml index 424bd011..41ae9dab 100644 --- a/.github/workflows/nix-flake.yml +++ b/.github/workflows/nix-flake.yml @@ -19,6 +19,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 + - uses: wimpysworld/nothing-but-nix@main + with: + hatchet-protocol: 'rampage' + nix-permission-edict: true + - uses: cachix/install-nix-action@v31 with: extra_nix_config: | @@ -48,6 +53,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 + - uses: wimpysworld/nothing-but-nix@main + with: + hatchet-protocol: 'rampage' + nix-permission-edict: true + - uses: cachix/install-nix-action@v31 with: extra_nix_config: |