Skip to content

Commit

Permalink
release 2023-01-18
Browse files Browse the repository at this point in the history
  • Loading branch information
tpwrules committed Jan 19, 2023
1 parent 80df9b5 commit fe4fff7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (2023-01-16)](docs/uefi-standalone.md)
* [Setup, Installation, and Maintenance Guide (2023-01-18)](docs/uefi-standalone.md)

## Credits

Expand Down
19 changes: 19 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

This file contains important information for each release.

## 2023-01-18

This release updates nixpkgs. There have been no changes to Asahi's
stable package versions since the last release.

This release corrects build failures when the kernel is built with Rust support.
These were a result of Nixpkgs' upgrade to Rust 1.66.

This release also adds an option `hardware.asahi.experimentalGPUInstallMode` to
select the way in which the experimental GPU driver is installed.
There are three choices:
* `driver`: install only as a driver, do not replace system Mesa. Causes issues
with certain programs like Plasma Wayland.
* `replace` (the default): use `system.replaceRuntimeDependencies` to replace
system Mesa with Asahi Mesa. Does not work in pure evaluation context (i.e. in
flakes by default).
* `overlay`: overlay system Mesa with Asahi Mesa. Requires rebuilding the
world.

## 2023-01-16

This release updates nixpkgs. There have been no changes to Asahi's
Expand Down
4 changes: 2 additions & 2 deletions docs/uefi-standalone.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# UEFI Boot Standalone NixOS (2023-01-16)
# UEFI Boot Standalone NixOS (2023-01-18)

This guide will build and was tested with the following software:
* Asahi Linux kernel version 6.1.0-asahi2
* Asahi Linux's Mesa version 23.0.0_pre20221219-1
* m1n1 version v1.2.3
* Asahi Linux's U-Boot version 2022.10.asahi1-1
* Nixpkgs, as of 2023-01-13
* Nixpkgs, as of 2023-01-15
* macOS stub 12.3

NOTE: The latest version of this guide will always be [at its home](https://github.com/tpwrules/nixos-m1/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/).
Expand Down

0 comments on commit fe4fff7

Please sign in to comment.