chore: switch to new upstream nix-community/nixos-apple-silicon

This commit is contained in:
Youwen Wu 2025-06-01 19:19:54 -07:00
parent a9de0fa50e
commit 495a1779e1
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
2 changed files with 9 additions and 14 deletions

View file

@ -26,10 +26,7 @@
nix-flatpak.url = "github:gmodena/nix-flatpak";
nix-homebrew = {
url = "github:zhaofengli-wip/nix-homebrew";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew";
homebrew-core = {
url = "github:homebrew/homebrew-core";
@ -50,9 +47,8 @@
ucode.url = "github:e-tho/ucodenix";
apple-silicon = {
# url = "github:tpwrules/nixos-apple-silicon";
# url = "github:zzywysm/nixos-asahi";
url = "github:youwen5/nixos-asahi/unstable";
url = "github:nix-community/nixos-apple-silicon";
inputs.nixpkgs.follows = "nixpkgs";
};