diff --git a/.github/workflows/nixos.yml b/.github/workflows/nixos.yml index 0ab72997..81557f91 100644 --- a/.github/workflows/nixos.yml +++ b/.github/workflows/nixos.yml @@ -49,6 +49,10 @@ jobs: - name: "Set priority flag for Cachix 🚩" run: nix-env --set-flag priority 0 cachix + - name: "Free Disk Space (Ubuntu)" + uses: jlumbroso/free-disk-space@v1.3.1 + with: + tool-cache: true + - name: "Build ${{ matrix.config_name }} NixOS config ❄️" run: nix build .#nixosConfigurations.${{ matrix.hostname }}.config.system.build.toplevel -L -