Commit bf470a4f authored by jopejoe1's avatar jopejoe1
Browse files

26.05 Documentation

parent 213fed03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ jobs:
            into: staging-next-25.05
          - from: staging-next-25.05
            into: staging-25.05
          - from: master
          - from: release-25.11
            into: staging-next-25.11
          - from: staging-next-25.11
            into: staging-25.11
+24 −0
Original line number Diff line number Diff line
@@ -298,6 +298,30 @@
  "chap-overlays": [
    "index.html#chap-overlays"
  ],
  "sec-nixpkgs-release-26.05": [
    "release-notes.html#sec-nixpkgs-release-26.05"
  ],
  "sec-nixpkgs-release-26.05-highlights": [
    "release-notes.html#sec-nixpkgs-release-26.05-highlights"
  ],
  "sec-nixpkgs-release-26.05-incompatibilities": [
    "release-notes.html#sec-nixpkgs-release-26.05-incompatibilities"
  ],
  "sec-nixpkgs-release-26.05-lib": [
    "release-notes.html#sec-nixpkgs-release-26.05-lib"
  ],
  "sec-nixpkgs-release-26.05-lib-breaking": [
    "release-notes.html#sec-nixpkgs-release-26.05-lib-breaking"
  ],
  "sec-nixpkgs-release-26.05-lib-deprecations": [
    "release-notes.html#sec-nixpkgs-release-26.05-lib-deprecations"
  ],
  "sec-nixpkgs-release-26.05-lib-additions-improvements": [
    "release-notes.html#sec-nixpkgs-release-26.05-lib-additions-improvements"
  ],
  "sec-nixpkgs-release-26.05-notable-changes": [
    "release-notes.html#sec-nixpkgs-release-26.05-notable-changes"
  ],
  "sec-nixpkgs-release-25.11": [
    "release-notes.html#sec-nixpkgs-release-25.11"
  ],
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
This section lists the release notes for each stable version of Nixpkgs and the current unstable revision.

```{=include=} sections
rl-2605.section.md
rl-2511.section.md
rl-2505.section.md
```
+1 −1
Original line number Diff line number Diff line
# Nixpkgs 26.05 (2026.05/??) {#sec-nixpkgs-release-26.05}
# Nixpkgs 26.05 ("Yarara", 2026.05/??) {#sec-nixpkgs-release-26.05}

## Highlights {#sec-nixpkgs-release-26.05-highlights}
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
+15 −0
Original line number Diff line number Diff line
@@ -2137,6 +2137,21 @@
  "ch-release-notes": [
    "release-notes.html#ch-release-notes"
  ],
  "sec-release-26.05": [
    "release-notes.html#sec-release-26.05"
  ],
  "sec-release-26.05-highlights": [
    "release-notes.html#sec-release-26.05-highlights"
  ],
  "sec-release-26.05-new-modules": [
    "release-notes.html#sec-release-26.05-new-modules"
  ],
  "sec-release-26.05-incompatibilities": [
    "release-notes.html#sec-release-26.05-incompatibilities"
  ],
  "sec-release-26.05-notable-changes": [
    "release-notes.html#sec-release-26.05-notable-changes"
  ],
  "sec-release-25.11": [
    "release-notes.html#sec-release-25.11"
  ],
Loading