about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorThomas Watson <twatson52@icloud.com>2023-12-24 14:35:40 -0600
committerThomas Watson <twatson52@icloud.com>2023-12-24 14:35:40 -0600
commit9f81761270e6343d00b99d3e07e1feee8f3ba4b5 (patch)
treece45b78aa3a627ba9852837e4b15f11792fdfd44 /docs
parentebfb115095b32dee5c44b36a36692d80f6317f22 (diff)
downloadnixlib-9f81761270e6343d00b99d3e07e1feee8f3ba4b5.tar
nixlib-9f81761270e6343d00b99d3e07e1feee8f3ba4b5.tar.gz
nixlib-9f81761270e6343d00b99d3e07e1feee8f3ba4b5.tar.bz2
nixlib-9f81761270e6343d00b99d3e07e1feee8f3ba4b5.tar.lz
nixlib-9f81761270e6343d00b99d3e07e1feee8f3ba4b5.tar.xz
nixlib-9f81761270e6343d00b99d3e07e1feee8f3ba4b5.tar.zst
nixlib-9f81761270e6343d00b99d3e07e1feee8f3ba4b5.zip
release 2023-12-24
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md9
-rw-r--r--docs/uefi-standalone.md4
2 files changed, 11 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 4d81cb0ba8d3..c96466a809f4 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -2,6 +2,15 @@
 
 This file contains important information for each release.
 
+## 2023-12-24
+
+This release updates nixpkgs.
+
+This release changes how the Asahi configurations are loaded into PipeWire and
+WirePlumber, thus making it possible for users to install other configurations
+in parallel for e.g. Bluetooth (or override the Asahi configurations, though
+this is likely a bad idea). Thanks to cid-chan for reporting this problem.
+
 ## 2023-12-23
 
 This release does not update any packages.
diff --git a/docs/uefi-standalone.md b/docs/uefi-standalone.md
index 42416a7b1ea9..f8e911721a9b 100644
--- a/docs/uefi-standalone.md
+++ b/docs/uefi-standalone.md
@@ -1,11 +1,11 @@
-# UEFI Boot Standalone NixOS (2023-12-23)
+# UEFI Boot Standalone NixOS (2023-12-24)
 
 This guide will build and was tested with the following software:
 * Asahi Linux kernel version 6.6.0-asahi14
 * Asahi Linux's Mesa version 24.0.0_asahi-20231213-1
 * m1n1 version v1.4.11
 * Asahi Linux's U-Boot version 2023.07.02.asahi4-1
-* Nixpkgs, as of 2023-12-19
+* Nixpkgs, as of 2023-12-22
 * 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/).