diff --git a/README.md b/README.md index fc62c4c..aa1afd8 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-06-16)](docs/uefi-standalone.md) +* [Setup, Installation, and Maintenance Guide (2024-07-14)](docs/uefi-standalone.md) ## Credits diff --git a/docs/release-notes.md b/docs/release-notes.md index 80dc93d..a673d16 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,13 @@ This file contains important information for each release. +## 2024-07-14 + +This release updates nixpkgs and the kernel. + +Additionally, Mesa is restructured to fix build issues with the latest nixpkgs +and hopefully reduce the likelihood of issues occurring in the future. + ## 2024-06-16 This release updates nixpkgs, the kernel, and Mesa. diff --git a/docs/uefi-standalone.md b/docs/uefi-standalone.md index 58424e4..6c588cd 100644 --- a/docs/uefi-standalone.md +++ b/docs/uefi-standalone.md @@ -1,11 +1,11 @@ -# UEFI Boot Standalone NixOS (2024-06-16) +# UEFI Boot Standalone NixOS (2024-07-14) This guide will build and was tested with the following software: -* Asahi Linux kernel version asahi-6.8.10-4 +* Asahi Linux kernel version asahi-6.9.9-5 * Asahi Linux's Mesa version 24.2.0_asahi-20240527-1 * m1n1 version v1.4.14 * Asahi Linux's U-Boot version 2024.04-4-asahi -* Nixpkgs, as of 2024-05-21 +* Nixpkgs, as of 2024-07-09 * 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/).