Changes
-
When using a Nix version newer than 2.13,
nix-quick-install-action
will now automatically addexperimental-features = nix-command flakes
andaccept-flake-config = true
to the Nix configuration. This means that if you are using flakes you don't have to add these settings yourself to thenix_conf
action input. -
If you have a
nixConfig
attribute in yourflake.nix
,nix-quick-install-action
will now automatically load it into the installed Nix configuration. This means that even old-style Nix commands (likenix-build
,nix-store
etc) will be able to use the Nix configuration fromflake.nix
. This feature was contributed by @blaggacao.
Supported Nix Versions on Linux Runners
- 2.16.1
- 2.15.1
- 2.14.1
- 2.13.3
- 2.12.1
- 2.11.1
- 2.10.3
- 2.9.2
- 2.8.1
- 2.7.0
- 2.6.1
- 2.5.1
- 2.4
- 2.3.16
- 2.2.2
- 2.1.3
- 2.0.4
Supported Nix Versions on MacOS Runners
- 2.16.1
- 2.15.1
- 2.14.1
- 2.13.3
- 2.12.1
- 2.11.1
- 2.10.3
- 2.9.2
- 2.8.1
- 2.7.0
- 2.6.1
- 2.5.1
- 2.4
- 2.3.16
- 2.2.2
- 2.1.3