ci: check: add wimpysworld/nothing-but-nix Action for larger Nix store

Co-authored-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
NAHO 2025-07-21 19:36:53 +02:00
parent c32c82e460
commit e334b3019e
No known key found for this signature in database
GPG key ID: BFB5D5E3F4C95185

View file

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