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

15
flake.lock generated
View file

@ -74,17 +74,16 @@
]
},
"locked": {
"lastModified": 1748200138,
"narHash": "sha256-sa08OvoyH8LTbUaZzcC6MXECdwpJaB0xKTPj3Eipr94=",
"owner": "youwen5",
"repo": "nixos-asahi",
"rev": "4bdd339038db47af5251e09071f645ebc970f502",
"lastModified": 1748659443,
"narHash": "sha256-dav2hzyCmXZ3n6lEZrfZBG51+g6PUhkzRl3d6Ypd9x0=",
"owner": "nix-community",
"repo": "nixos-apple-silicon",
"rev": "3ddc251d2acce5019b0fa770e224d068610a34e4",
"type": "github"
},
"original": {
"owner": "youwen5",
"ref": "unstable",
"repo": "nixos-asahi",
"owner": "nix-community",
"repo": "nixos-apple-silicon",
"type": "github"
}
},

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";
};