Skip to content

Commit

Permalink
update dependencies and guide versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tpwrules committed Jun 18, 2022
1 parent dc73804 commit 9c6984c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Attempts to get NixOS up on M1 Macs.

* [UEFI Boot Standalone NixOS (2022-06-04)](docs/uefi-standalone.md)
* [UEFI Boot Standalone NixOS (2022-06-18)](docs/uefi-standalone.md)

## Credits

Expand Down
6 changes: 3 additions & 3 deletions docs/uefi-standalone.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# UEFI Boot Standalone NixOS (2022-06-04)
# UEFI Boot Standalone NixOS (2022-06-18)

This guide will build and was tested with the following software:
* Asahi Linux kernel, as of 2022-05-24
* Asahi Linux kernel, as of 2022-06-13
* m1n1, as of 2022-06-04
* Asahi Linux's U-Boot, as of 2022-03-19
* Nixpkgs, as of 2022-05-31
* Nixpkgs, as of 2022-06-17
* 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
4 changes: 2 additions & 2 deletions nix/m1-support/kernel/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
# tracking branch: https://github.com/AsahiLinux/linux/tree/asahi
owner = "AsahiLinux";
repo = "linux";
rev = "2ea754f966b79aaa1fa78a6513104a4685b32436";
hash = "sha256-CwQkhWIXScZgLvmgsuC5erm/aHBE7py1KXSJKXIjcTQ=";
rev = "72eed5179ad57adf126bd2dcab116e48a96615e5";
hash = "sha256-mkYmVTUFXRied6NHQXeDsQxBFw5bBUDsV43pKkALIxM=";
};

kernelPatches = [
Expand Down
6 changes: 3 additions & 3 deletions nix/pins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# https://hydra.nixos.org/jobset/mobile-nixos/unstable/evals
# these evals have a cross-compiled stdenv available
nixpkgs = fetchTarball {
name = "nixpkgs-unstable-2022-05-31";
url = "https://github.com/NixOS/nixpkgs/archive/f1c167688a6f81f4a51ab542e5f476c8c595e457.tar.gz";
sha256 = "sha256:00ac3axj7jdfcajj3macdydf9w9bvqqvgrqkh1xxr3rfi9q2fz1v";
name = "nixpkgs-unstable-2022-06-17";
url = "https://github.com/NixOS/nixpkgs/archive/3d7435c638baffaa826b85459df0fff47f12317d.tar.gz";
sha256 = "sha256:19ahb9ww3r9p1ip9aj7f6rs53qyppbalz3997pzx2vv0aiaq3lz3";
};

rust-overlay = fetchTarball {
Expand Down

0 comments on commit 9c6984c

Please sign in to comment.