From 34b2a9e4bc3059e1521e1b29aa8e5b32b47045bb Mon Sep 17 00:00:00 2001
From: Grimmauld <Grimmauld@grimmauld.de>
Date: Fri, 20 Dec 2024 19:05:19 +0100
Subject: [PATCH] Revert "actually do disk space optimisation on builders"

This reverts commit f15e151556db147da293c88df88a9441d1ad8dbf.
---
 .github/workflows/nix-github-actions.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/.github/workflows/nix-github-actions.yml b/.github/workflows/nix-github-actions.yml
index 1ec55c5..ef98598 100644
--- a/.github/workflows/nix-github-actions.yml
+++ b/.github/workflows/nix-github-actions.yml
@@ -34,14 +34,6 @@ jobs:
     strategy:
       matrix: ${{fromJSON(needs.nix-matrix.outputs.matrix)}}
     steps:
-      - name: Maximize build disk space
-        uses: easimon/maximize-build-space@v10
-        with:
-          remove-dotnet: 'true'
-          remove-android: 'true'
-          remove-haskell: 'true'
-          remove-codeql: 'true'
-          remove-docker-images: 'true'
       - uses: actions/checkout@v4
       - uses: cachix/install-nix-action@v30
       - run: nix build -L '.#${{ matrix.attr }}'