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:
Spotlight 2025-03-25 22:59:56 -05:00
parent 2429ddfa1a
commit 5081abc100
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 13 additions and 10 deletions

View file

@ -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.