Releases: cachix/install-nix-action
Releases · cachix/install-nix-action
install-nix-action-v11
- BREAKING: By default it has no nixpkgs configured, you have to set
nix_path
by picking a channel
or pin nixpkgs yourself. - Support self-hosted runners by not installing Nix if it's already installed
- Add
extra_nix_config
option to specify extranix.conf
options
install-nix-action-v10
Allow setting nix_path
install-nix-action-v9
- allow specifying
install_url
, mostly useful for testing non-stable Nix releases - allow skipping installation of nixpkgs channel via
skip_adding_nixpkgs_channel: true
to speed up installation for ~5s - a bunch of improvements in Nix 2.3.5 significantly speeds up installation: Linux can now install in ~7s, macOS in ~20s
install-nix-action-v8
Allow installation path to redirect
install-nix-action-v7
- macos: bootstrap Nix with the new volume approach, ditching symlink that had issues like #21
- macos: reliably wait for nix-daemon socket connection
- macos: disable spotlight for /nix, speeding up builds
- rewrite most of the script to bash, so there's no more need for node_modules
install-nix-action-v6
install-nix-action-v5
v4 was a brown bag release.
install-nix-action-v4
Fix macOS (Catalina) support.
install-nix-action-v3
- speed up builds by setting
max-jobs = auto
in/etc/nix/nix.conf
- properly avoid segfault when installing Nix
install-nix-action-v2
- sync javascript with typescript (and add a CI check for it)
- include node_modules to fix action