about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Watson <twatson52@icloud.com>2024-03-11 21:10:40 -0500
committerThomas Watson <twatson52@icloud.com>2024-03-11 21:10:40 -0500
commitbdc68b494d6a26c9457f4841ab1a6109b12a33e6 (patch)
treeb1622b971259eb6286f70ed2a00beaccec4ccf17
parent09b0a8ef715d46296e1865adf95cfa9503fd6487 (diff)
downloadnixlib-bdc68b494d6a26c9457f4841ab1a6109b12a33e6.tar
nixlib-bdc68b494d6a26c9457f4841ab1a6109b12a33e6.tar.gz
nixlib-bdc68b494d6a26c9457f4841ab1a6109b12a33e6.tar.bz2
nixlib-bdc68b494d6a26c9457f4841ab1a6109b12a33e6.tar.lz
nixlib-bdc68b494d6a26c9457f4841ab1a6109b12a33e6.tar.xz
nixlib-bdc68b494d6a26c9457f4841ab1a6109b12a33e6.tar.zst
nixlib-bdc68b494d6a26c9457f4841ab1a6109b12a33e6.zip
release 2024-03-11
-rw-r--r--README.md2
-rw-r--r--docs/release-notes.md13
-rw-r--r--docs/uefi-standalone.md4
3 files changed, 16 insertions, 3 deletions
diff --git a/README.md b/README.md
index ebc5806ad940..becc860ed023 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Please see the documentation and guide below to get started.
 ## Documentation
 
 * [Release Notes](docs/release-notes.md)
-* [Setup, Installation, and Maintenance Guide (2024-03-05)](docs/uefi-standalone.md)
+* [Setup, Installation, and Maintenance Guide (2024-03-11)](docs/uefi-standalone.md)
 
 ## Credits
 
diff --git a/docs/release-notes.md b/docs/release-notes.md
index dd81e3917d89..0f59c9277b7d 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -2,6 +2,19 @@
 
 This file contains important information for each release.
 
+## 2024-03-11
+
+This release updates nixpkgs.
+
+This release includes patches to correct building of the kernel with Rust 1.76.0
+and fixes for building U-Boot with the latest nixpkgs. Thanks to bkchr for
+these patches.
+
+This release also introduces a `hardware.asahi.enable` configuration option,
+which defaults to true. Setting this option to false disables all effects of
+the Apple Silicon support module (including ignoring all other options), which
+may be useful for multi-system configurations.
+
 ## 2024-03-05
 
 This release updates nixpkgs and Mesa.
diff --git a/docs/uefi-standalone.md b/docs/uefi-standalone.md
index 9e09bd514597..9b2f6125661e 100644
--- a/docs/uefi-standalone.md
+++ b/docs/uefi-standalone.md
@@ -1,11 +1,11 @@
-# UEFI Boot Standalone NixOS (2024-03-05)
+# UEFI Boot Standalone NixOS (2024-03-11)
 
 This guide will build and was tested with the following software:
 * Asahi Linux kernel version 6.6.0-asahi15
 * Asahi Linux's Mesa version 24.1.0_asahi-20240228-1
 * m1n1 version v1.4.11
 * Asahi Linux's U-Boot version 2023.07.02.asahi4-1
-* Nixpkgs, as of 2024-03-03
+* Nixpkgs, as of 2024-03-08
 * 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/).