Temporarily switch to staging-next

The macOS SDK rewrite has fixed many issues, but things are still quite unstable under Darwin. As we'd prefer to have newer features sooner, let's temporarily switch to `staging-next`.
This commit is contained in:
Spotlight 2024-11-10 03:31:38 -06:00
parent cfbd3d7c71
commit c0356bf4b4
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 8 additions and 8 deletions

View file

@ -3,7 +3,7 @@
inputs = {
# Specify the source of Home Manager and Nixpkgs.
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/staging-next";
apple-silicon-support = {
url = "github:zzywysm/nixos-asahi";
inputs.nixpkgs.follows = "nixpkgs";