From 14b327ca47703c376ebb82ba16dc42ca2baa57d8 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Sun, 19 Nov 2023 17:33:35 -0600 Subject: [PATCH] release 2023-11-19 --- docs/release-notes.md | 12 ++++++++++++ docs/uefi-standalone.md | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 64de3137..4bf65b9e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,18 @@ This file contains important information for each release. +## 2023-11-19 + +This release updates nixpkgs. + +In particular, nixpkgs is updated to fix issues with compilation of wolfssl, +and some regressions in systemd-boot. + +This release also adds patches to the kernel to support compilation with Rust +1.73.0. Thanks again to yu-re-ka for this contribution. + +Speaker support will be added in an upcoming release. + ## 2023-10-21 This release updates nixpkgs, m1n1, U-Boot, and the kernel. diff --git a/docs/uefi-standalone.md b/docs/uefi-standalone.md index 6805fd22..06e9c622 100644 --- a/docs/uefi-standalone.md +++ b/docs/uefi-standalone.md @@ -1,11 +1,11 @@ -# UEFI Boot Standalone NixOS (2023-10-21) +# UEFI Boot Standalone NixOS (2023-11-19) This guide will build and was tested with the following software: * Asahi Linux kernel version 6.5.0-asahi15 * Asahi Linux's Mesa version 23.3.0_asahi-20230904-1 * m1n1 version v1.4.2 * Asahi Linux's U-Boot version 2023.07.02.asahi3-1 -* Nixpkgs, as of 2023-10-19 +* Nixpkgs, as of 2023-11-19 * 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/).