about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorThomas Watson <twatson52@icloud.com>2023-08-26 11:35:56 -0400
committerThomas Watson <twatson52@icloud.com>2023-08-26 11:35:56 -0400
commitbef25f9cdfd8513a42c175b88a1cb619e3ef5951 (patch)
tree8d061d8b1a0290c3ba6fa64c4188993f200e770e /docs
parent99e3a10b1f490732f7e36ba9b0c5d75d15d919a6 (diff)
downloadnixlib-bef25f9cdfd8513a42c175b88a1cb619e3ef5951.tar
nixlib-bef25f9cdfd8513a42c175b88a1cb619e3ef5951.tar.gz
nixlib-bef25f9cdfd8513a42c175b88a1cb619e3ef5951.tar.bz2
nixlib-bef25f9cdfd8513a42c175b88a1cb619e3ef5951.tar.lz
nixlib-bef25f9cdfd8513a42c175b88a1cb619e3ef5951.tar.xz
nixlib-bef25f9cdfd8513a42c175b88a1cb619e3ef5951.tar.zst
nixlib-bef25f9cdfd8513a42c175b88a1cb619e3ef5951.zip
release 2023-08-26
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md8
-rw-r--r--docs/uefi-standalone.md4
2 files changed, 10 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 54ad2e14bd82..afd2a34fa807 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -2,6 +2,14 @@
 
 This file contains important information for each release.
 
+## 2023-08-26
+
+This release updates nixpkgs.
+
+This release also removes obsolete Rust patches that were no longer needed and
+prevented building in the latest stable nixpkgs release. Thanks to autrimpo for
+noticing this issue and testing the fix.
+
 ## 2023-08-25
 
 This release updates nixpkgs, m1n1, the kernel, and Mesa.
diff --git a/docs/uefi-standalone.md b/docs/uefi-standalone.md
index 776d7734c098..b869a9025526 100644
--- a/docs/uefi-standalone.md
+++ b/docs/uefi-standalone.md
@@ -1,11 +1,11 @@
-# UEFI Boot Standalone NixOS (2023-08-25)
+# UEFI Boot Standalone NixOS (2023-08-26)
 
 This guide will build and was tested with the following software:
 * Asahi Linux kernel version 6.4.0-asahi8
 * Asahi Linux's Mesa version 23.3.0_asahi-20230821-1
 * m1n1 version v1.3.3
 * Asahi Linux's U-Boot version 2023.04.asahi2-1
-* Nixpkgs, as of 2023-08-22
+* Nixpkgs, as of 2023-08-24
 * 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/).