Skip to content

Releases: cachix/cachix-action

v16

10 Mar 18:55
0fc0201
Compare
Choose a tag to compare

What's Changed

  • Add a small delay to allow post-build hooks to flush through by @sandydoo in #196
  • Upgraded dependencies

Full Changelog: v15...v16

cachix-action-v15

20 May 13:20
ad2ddac
Compare
Choose a tag to compare

What's Changed

  • Pass cachixArgs to the daemon by @sandydoo in #177
  • Support path filtering when using the daemon by @sandydoo in #182
  • Skip prep steps if using pathsToPush by @sandydoo in #180
  • store-scan: improve error handling when listing the store fails by @sandydoo in #183

Full Changelog: v14...v15

cachix-action-v14

12 Jan 13:29
18cf96c
Compare
Choose a tag to compare

cachix-action-v13

28 Nov 15:40
6a2e08b
Compare
Choose a tag to compare
  • run on node20
  • add skipAddingSubstituter to skip running cachix use

cachix-action-v12

27 Oct 11:48
6a9a34c
Compare
Choose a tag to compare

Fix save-state deprecation warning.

cachix-action-v11

12 Oct 09:02
75d46f5
Compare
Choose a tag to compare
  • Allow pushFilter regex to start with a dash
  • Add pathsToPush and cachixArgs
  • Avoid pushing .drv.chroot files
  • Self-hosted runner support improvements

cachix-action-v10

06 Apr 13:45
73e75d1
Compare
Choose a tag to compare

The previous release broke installations when using Nix from master branch.

This bug is fixed and has a regression test.

cachix-action-v9

02 Apr 15:39
2689c27
Compare
Choose a tag to compare
  • when the action fails, don't display a frightening traceback
  • use only stable Nix commands to avoid extra Nix configuration when using flakes
  • new option pushFilter: Regular expression to exclude derivations when pushing, for example "(-source$|nixpkgs.tar.gz$)". Warning: this filter doet not guarantee it will not get pushed in case the path is part of the closure of something that will get pushed.

cachix-action-v8

10 Nov 16:02
6e4751e
Compare
Choose a tag to compare

cachix-action-v7

04 Nov 15:43
e689c31
Compare
Choose a tag to compare
  • Replaced deprecated GitHub functions

  • Added extraPullNames option to specify additional caches to pull from

  • Added installCommand option to allow overriding how Cachix is installed