Skip to content

Commit 1fe9e97

Browse files
committed
Release v26
1 parent 614d9ff commit 1fe9e97

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

RELEASE

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
v25
1+
v26
22

33
## Changes
44

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.
5+
* Fix loading of `nixConfig` from `flake.nix`. If you had no `flake.nix` file in your repository, you would get an error when using `nix-quick-install-action`. This was reported in [#35](https://github.com/nixbuild/nix-quick-install-action/issues/35).
66

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.
7+
* Bump minor Nix versions: 2.13.3 -> 2.13.6, 2.15.1 -> 2.15.3, 2.16.1 -> 2.16.2
8+
9+
* Bump default Nix version: 2.16.1 -> 2.16.2

0 commit comments

Comments
 (0)