From 455b13ef013b4c0e27d6e2f6572350d4cb83162d Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Sat, 30 Nov 2024 13:27:39 -0600 Subject: [PATCH] release 2024-11-30 --- README.md | 2 +- docs/release-notes.md | 11 +++++++++++ docs/uefi-standalone.md | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b89768..512cbe0 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-11-12)](docs/uefi-standalone.md) +* [Setup, Installation, and Maintenance Guide (2024-11-30)](docs/uefi-standalone.md) ## Credits diff --git a/docs/release-notes.md b/docs/release-notes.md index 905948d..d07b833 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,17 @@ This file contains important information for each release. +## 2024-11-30 + +This release updates nixpkgs. + +Updating nixpkgs brings us past the 24.11 release and on the path to 25.05. This +release also fixes builds with the version of systemd fixed to not cause +bootability issues. + +Updates to other Asahi components are imminent. + + ## 2024-11-12 This release updates nixpkgs. diff --git a/docs/uefi-standalone.md b/docs/uefi-standalone.md index 322f670..635ce7f 100644 --- a/docs/uefi-standalone.md +++ b/docs/uefi-standalone.md @@ -1,11 +1,11 @@ -# UEFI Boot Standalone NixOS (2024-11-12) +# UEFI Boot Standalone NixOS (2024-11-30) This guide will build and was tested with the following software: * Asahi Linux kernel version asahi-6.10.6-1 * Asahi Linux's Mesa version 24.2.0_asahi-20240727-1 * m1n1 version v1.4.14 * Asahi Linux's U-Boot version 2024.04-4-asahi -* Nixpkgs, as of 2024-11-09 +* Nixpkgs, as of 2024-11-28 * 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/).