spotlights-macbook-air: Use PR for nixos-apple-silicon
This resolves some issues with using Asahi's Mesa upstream currently.
This commit is contained in:
parent
2429ddfa1a
commit
5081abc100
2 changed files with 13 additions and 10 deletions
|
@ -5,7 +5,9 @@
|
|||
# Specify the source of Home Manager and Nixpkgs.
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
apple-silicon-support = {
|
||||
url = "github:tpwrules/nixos-apple-silicon";
|
||||
# Temporarily use https://github.com/tpwrules/nixos-apple-silicon/pull/284
|
||||
# due to Mesa changes upstream necessary for functional Vulkan.
|
||||
url = "github:tpwrules/nixos-apple-silicon?ref=pull/284/head";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# Allows for easy enumeration of available Darwin and Linux systems.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue