about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Watson <twatson52@icloud.com>2024-04-04 20:12:57 -0500
committerThomas Watson <twatson52@icloud.com>2024-04-04 20:12:57 -0500
commitd47afc3f0f8b3078c818da8609c41340af61a2ec (patch)
tree39b39b86f2489b69c1de4b81c16884b1a3dffd03
parent1038484654c4898232b00620fc4c77d1b7ab49fa (diff)
downloadnixlib-d47afc3f0f8b3078c818da8609c41340af61a2ec.tar
nixlib-d47afc3f0f8b3078c818da8609c41340af61a2ec.tar.gz
nixlib-d47afc3f0f8b3078c818da8609c41340af61a2ec.tar.bz2
nixlib-d47afc3f0f8b3078c818da8609c41340af61a2ec.tar.lz
nixlib-d47afc3f0f8b3078c818da8609c41340af61a2ec.tar.xz
nixlib-d47afc3f0f8b3078c818da8609c41340af61a2ec.tar.zst
nixlib-d47afc3f0f8b3078c818da8609c41340af61a2ec.zip
release 2024-04-04
-rw-r--r--README.md2
-rw-r--r--docs/release-notes.md7
-rw-r--r--docs/uefi-standalone.md4
3 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2a3eac8d9c4d..97c3938a42fe 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-24)](docs/uefi-standalone.md)
+* [Setup, Installation, and Maintenance Guide (2024-04-04)](docs/uefi-standalone.md)
 
 ## Credits
 
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 358764410a0f..0dd0d4e90aba 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -2,6 +2,13 @@
 
 This file contains important information for each release.
 
+## 2024-04-04
+
+This release updates nixpkgs.
+
+Another fix is also included for cross-compiling the installer with recent
+nixpkgs versions.
+
 ## 2024-03-24
 
 This release updates nixpkgs and the kernel.
diff --git a/docs/uefi-standalone.md b/docs/uefi-standalone.md
index dc12818d43f8..3133535c740b 100644
--- a/docs/uefi-standalone.md
+++ b/docs/uefi-standalone.md
@@ -1,11 +1,11 @@
-# UEFI Boot Standalone NixOS (2024-03-24)
+# UEFI Boot Standalone NixOS (2024-04-04)
 
 This guide will build and was tested with the following software:
 * Asahi Linux kernel version 6.6.0-asahi16
 * 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-22
+* Nixpkgs, as of 2024-04-03
 * 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/).