From 1fe9e97a7bb9eea2f717fa55360c33293d5e2524 Mon Sep 17 00:00:00 2001 From: Rickard Nilsson Date: Tue, 24 Oct 2023 10:59:06 +0200 Subject: [PATCH] Release v26 --- RELEASE | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/RELEASE b/RELEASE index 9f2290b..f8270ef 100644 --- a/RELEASE +++ b/RELEASE @@ -1,7 +1,9 @@ -v25 +v26 ## Changes -* 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. +* 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). -* 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. +* Bump minor Nix versions: 2.13.3 -> 2.13.6, 2.15.1 -> 2.15.3, 2.16.1 -> 2.16.2 + +* Bump default Nix version: 2.16.1 -> 2.16.2