cache-nix-action icon indicating copy to clipboard operation
cache-nix-action copied to clipboard

Cache Nix store in GitHub Actions to speed up workflows [maintainer=@deemp]

Results 25 cache-nix-action issues
Sort by recently updated
recently updated
newest added

- [ ] add `paths-windows` - probably `paths` is enough - [ ] add `windows` to `make-similar-caches` matrix

Hi. I've been adopting the `cache-nix-action` back there at us in PostgREST, and it's working really great — cuts Nix & stuff deployment times by 50-70%; unless the relevant cache...

## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change...

## Describe the bug When building in a restored cache, the builder is unable to find `libgcc_s.so.1`. This leads to various errors, such as: ``` /nix/store/00mg4vlhzmm7gi9bd5v5ydjlgrywpc3n-go-1.22.3/share/go/pkg/tool/linux_amd64/link: running gcc failed: exit...

Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) from 3.8.3 to 4.3.5. Release notes Sourced from eslint-import-resolver-typescript's releases. v4.3.5 Patch Changes #450 3f1aab1 Thanks @​JounQin! - fix: remove buggy module-sync exports field Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.4...v4.3.5 v4.3.4...

dependencies
javascript

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.2.6 to 29.3.4. Release notes Sourced from ts-jest's releases. v29.3.4 Please refer to CHANGELOG.md for details. v29.3.3 Please refer to CHANGELOG.md for details. v29.3.2 Please refer to...

dependencies
javascript

Bumps [eslint](https://github.com/eslint/eslint) from 9.22.0 to 9.27.0. Release notes Sourced from eslint's releases. v9.27.0 Features d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas) ba456e0...

dependencies
javascript

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.26.1 to 8.32.1. Release notes Sourced from @​typescript-eslint/parser's releases. v8.32.1 8.32.1 (2025-05-12) 🩹 Fixes eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194) eslint-plugin: [no-deprecated] support computed member access...

dependencies
javascript

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.26.1 to 8.32.1. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v8.32.1 8.32.1 (2025-05-12) 🩹 Fixes eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194) eslint-plugin: [no-deprecated] support computed member access...

dependencies
javascript

## Description of a problem the feature solves I am using ca-derivations to reduce unnecessary rebuilds. Using this GitHub action, it succeeds on the first build, but fails on the...