1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02:00

home-manager: set unstable release to 24.05

This commit is contained in:
Robert Helgesson 2023-11-24 08:46:02 +01:00 committed by Mikilio
parent 99fe7d0c96
commit cbc59af190
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F
5 changed files with 24 additions and 3 deletions

View file

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23 - uses: cachix/install-nix-action@v23
with: with:
nix_path: nixpkgs=channel:nixos-23.11 nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12 - uses: cachix/cachix-action@v12
with: with:
name: nix-community name: nix-community

View file

@ -1 +0,0 @@
23.11

View file

@ -6,6 +6,8 @@ This section lists the release notes for stable versions of Home Manager and the
:leveloffset: 1 :leveloffset: 1
include::rl-2405.adoc[]
include::rl-2311.adoc[] include::rl-2311.adoc[]
include::rl-2305.adoc[] include::rl-2305.adoc[]

View file

@ -0,0 +1,20 @@
[[sec-release-24.05]]
== Release 24.05
This is the current unstable branch and the information in this section is therefore not final.
[[sec-release-24.05-highlights]]
=== Highlights
This release has the following notable changes:
* The `.release` file in the Home Manager project root has been removed.
Please use the `release.json` file instead.
[[sec-release-24.05-state-version-changes]]
=== State Version Changes
The state version in this release includes the changes below.
These changes are only active if the `home.stateVersion` option is set to "24.05" or later.
* Nothing, yet.

View file

@ -1,4 +1,4 @@
{ {
"release": "23.11", "release": "24.05",
"isReleaseBranch": false "isReleaseBranch": false
} }