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": { "locked": {
"lastModified": 1748200138, "lastModified": 1748659443,
"narHash": "sha256-sa08OvoyH8LTbUaZzcC6MXECdwpJaB0xKTPj3Eipr94=", "narHash": "sha256-dav2hzyCmXZ3n6lEZrfZBG51+g6PUhkzRl3d6Ypd9x0=",
"owner": "youwen5", "owner": "nix-community",
"repo": "nixos-asahi", "repo": "nixos-apple-silicon",
"rev": "4bdd339038db47af5251e09071f645ebc970f502", "rev": "3ddc251d2acce5019b0fa770e224d068610a34e4",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "youwen5", "owner": "nix-community",
"ref": "unstable", "repo": "nixos-apple-silicon",
"repo": "nixos-asahi",
"type": "github" "type": "github"
} }
}, },

View file

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