From e334b3019e72212289729c753873ad2a897370ca Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Mon, 21 Jul 2025 19:36:53 +0200 Subject: [PATCH] ci: check: add wimpysworld/nothing-but-nix Action for larger Nix store Co-authored-by: awwpotato --- .github/workflows/check.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index ace1c5cc..6c09e253 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -34,6 +34,17 @@ jobs: with: persist-credentials: false + # TODO: Lock this Action to a release tag once commit [1] ("fix: relocate + # TMPDIR to /mnt to improve Nix installer compatibility") is part of a + # release, resolving [2] ("does not work with cachix install nix action"). + # + # [1]: https://github.com/wimpysworld/nothing-but-nix/pull/25 + # [2]: https://github.com/wimpysworld/nothing-but-nix/issues/24 + - uses: wimpysworld/nothing-but-nix@10c936d9e46521bf923f75458e0cbd4fa309300d # yamllint disable-line rule:line-length + if: runner.os == 'Linux' + with: + hatchet-protocol: holster + - uses: cachix/install-nix-action@v31 - uses: cachix/cachix-action@v16