Skip to content

Commit 2d8df21

Browse files
committed
Release v25
1 parent 9820326 commit 2d8df21

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

RELEASE

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
v24
2-
3-
## Fixes
4-
5-
* Changes the default Nix version from 2.14.1 to 2.16.1, which was supposed to be done in the previous release (v23).
1+
v25
62

73
## Changes
84

9-
* Sets the default value of the `github_access_token` setting to `$(( github.token }}` (the automatically generated GitHub token).
5+
* When using a Nix version newer than 2.13, `nix-quick-install-action` will now automatically add `experimental-features = nix-command flakes` and `accept-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 the `nix_conf` action input.
6+
7+
* If you have a `nixConfig` attribute in your `flake.nix`, `nix-quick-install-action` will now automatically load it into the installed Nix configuration. This means that even old-style Nix commands (like `nix-build`, `nix-store` etc) will be able to use the Nix configuration from `flake.nix`. This feature was contributed by @blaggacao.

0 commit comments

Comments
 (0)