about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorThomas Watson <twatson52@icloud.com>2023-05-06 23:47:15 -0500
committerThomas Watson <twatson52@icloud.com>2023-05-06 23:47:15 -0500
commitef6f0de57ef175e0de8c7e846a95481ac6f4ce58 (patch)
treea343eae14470b6d03d43593775330faa709bc6d0 /docs
parentcd2769ef7e60f0a992d1a63dc9a3ddb50abe3902 (diff)
downloadnixlib-ef6f0de57ef175e0de8c7e846a95481ac6f4ce58.tar
nixlib-ef6f0de57ef175e0de8c7e846a95481ac6f4ce58.tar.gz
nixlib-ef6f0de57ef175e0de8c7e846a95481ac6f4ce58.tar.bz2
nixlib-ef6f0de57ef175e0de8c7e846a95481ac6f4ce58.tar.lz
nixlib-ef6f0de57ef175e0de8c7e846a95481ac6f4ce58.tar.xz
nixlib-ef6f0de57ef175e0de8c7e846a95481ac6f4ce58.tar.zst
nixlib-ef6f0de57ef175e0de8c7e846a95481ac6f4ce58.zip
release 2023-05-06
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md11
-rw-r--r--docs/uefi-standalone.md4
2 files changed, 13 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index fbf16ce801a7..1bcfe6d016b4 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -2,6 +2,17 @@
 
 This file contains important information for each release.
 
+## 2023-05-06
+
+This release updates nixpkgs. There have been no changes to Asahi's stable
+package versions since the last release.
+
+This release corrects problems building the Linux kernel Rust graphics driver
+using recent nixpkgs releases. Thanks to yu-re-ka and QuentinI for patches.
+
+This release also reduces the amount of IFD involved in building the kernel.
+Thanks again to QuentinI for this contribution.
+
 ## 2023-03-21
 
 This release updates nixpkgs and the Asahi packages, including the kernel, m1n1,
diff --git a/docs/uefi-standalone.md b/docs/uefi-standalone.md
index faf6d3b16ab2..039b55f4e8dc 100644
--- a/docs/uefi-standalone.md
+++ b/docs/uefi-standalone.md
@@ -1,11 +1,11 @@
-# UEFI Boot Standalone NixOS (2023-03-21)
+# UEFI Boot Standalone NixOS (2023-05-06)
 
 This guide will build and was tested with the following software:
 * Asahi Linux kernel version 6.2.0-asahi11
 * Asahi Linux's Mesa version 23.1.0_pre20230311-1
 * m1n1 version v1.2.6
 * Asahi Linux's U-Boot version 2023.01.asahi3-1
-* Nixpkgs, as of 2023-03-19
+* Nixpkgs, as of 2023-05-05
 * macOS stub 12.3
 
 NOTE: The latest version of this guide will always be [at its home](https://github.com/tpwrules/nixos-apple-silicon/blob/main/docs/uefi-standalone.md). For more general information about Linux on Apple Silicon Macs, refer to the [Asahi Linux project](https://asahilinux.org/) and [alpha installer release](https://asahilinux.org/2022/03/asahi-linux-alpha-release/).