cache-install

Use the GitHub Actions cache for Nix packages

MIT License

Stars
41
Committers
7

Bot releases are hidden (Show)

cache-install - v1.1.4 Latest Release

Published by rikhuijzer 9 months ago

Thanks for @haizaar for fixing the broken node 16 dependency.

What's Changed

Full Changelog: https://github.com/rikhuijzer/cache-install/compare/v.1.1.3...v1.1.4

cache-install - v1.1.3

Published by rikhuijzer 11 months ago

Thanks to @ibbem for adding the Nix database to the cache too.

What's Changed

New Contributors

Full Changelog: https://github.com/rikhuijzer/cache-install/compare/v1.1.2...v.1.1.3

cache-install - v1.1.2

Published by rikhuijzer about 1 year ago

What's Changed

Thanks to @haizaar, two issues were fixed. One could crash an Action run when /home/runner/.nix-profile existed. Another issue caused the cache to be saved even after a cache restore. The default behavior of the actions/cache is to not save after a restore and now rikhuijzer/cache-install has the same behavior. Thanks again for @haizaar for diving into the GitHub Action logs and opening an issue.

Full Changelog: https://github.com/rikhuijzer/cache-install/compare/v1.1.1...v1.1.2

cache-install - v1.1.1

Published by rikhuijzer over 1 year ago

What's Changed

Full Changelog: https://github.com/rikhuijzer/cache-install/compare/v1.1.0...v1.1.1

cache-install - v1.1.0

Published by rikhuijzer over 1 year ago

High level overview of the changes:

  • 50k lines of code were removed by switching from a Javascript/Node-based project to a composite action.
  • Failures in CI where fixed by pinning the Nix package manager installation script.
  • The output.cache-hit is now set correctly.

What's changed

Full Changelog: https://github.com/rikhuijzer/cache-install/compare/v1.0.9...v1.1.0

cache-install - v1.0.9

Published by rikhuijzer over 2 years ago

Added the restore-keys option which is similar to the option in actions/cache. Thanks to @mbg!

What's Changed

New Contributors

Full Changelog: https://github.com/rikhuijzer/cache-install/compare/v1.0.8...v1.0.9

cache-install - Small change

Published by rikhuijzer over 3 years ago

cache-install - Fix usage of set-env and add-path commands

Published by rikhuijzer over 3 years ago

cache-install - Make versions consistent

Published by rikhuijzer about 4 years ago

cache-install - Change name to 'Cache install Nix packages'

Published by rikhuijzer about 4 years ago

cache-install - Change name

Published by rikhuijzer about 4 years ago

cache-install - Update documentation

Published by rikhuijzer about 4 years ago

cache-install - Change paths to be relative to script

Published by rikhuijzer about 4 years ago

cache-install - Fix missing dependencies

Published by rikhuijzer about 4 years ago

cache-install - First release

Published by rikhuijzer about 4 years ago

First release