feat: use supreme asahi

This commit is contained in:
Youwen Wu 2025-01-05 04:16:41 -08:00
parent 7a661a9ee8
commit 86029cc604
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 11 additions and 27 deletions

View file

@ -71,20 +71,19 @@
"flake-compat": "flake-compat", "flake-compat": "flake-compat",
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
], ]
"rust-overlay": "rust-overlay_2"
}, },
"locked": { "locked": {
"lastModified": 1735172763, "lastModified": 1735528724,
"narHash": "sha256-a6n8RsiAolz6p24Fsr/gTndx9xr9USpKqKK6kzBeXQc=", "narHash": "sha256-SGiClFwaEBidAOksU9YCFhwto6CTd9o34Qto3Qv5Iro=",
"owner": "tpwrules", "owner": "zzywysm",
"repo": "nixos-apple-silicon", "repo": "nixos-asahi",
"rev": "3daf0637409689d7a1304cedc50d20542bc47905", "rev": "a801d9cbbe75915041985918c0953bfa753add89",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "tpwrules", "owner": "zzywysm",
"repo": "nixos-apple-silicon", "repo": "nixos-asahi",
"type": "github" "type": "github"
} }
}, },
@ -597,7 +596,7 @@
"nixpkgs" "nixpkgs"
], ],
"pre-commit-hooks-nix": "pre-commit-hooks-nix", "pre-commit-hooks-nix": "pre-commit-hooks-nix",
"rust-overlay": "rust-overlay_3" "rust-overlay": "rust-overlay_2"
}, },
"locked": { "locked": {
"lastModified": 1718178907, "lastModified": 1718178907,
@ -899,22 +898,6 @@
} }
}, },
"rust-overlay_2": { "rust-overlay_2": {
"flake": false,
"locked": {
"lastModified": 1686795910,
"narHash": "sha256-jDa40qRZ0GRQtP9EMZdf+uCbvzuLnJglTUI2JoHfWDc=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "5c2b97c0a9bc5217fc3dfb1555aae0fb756d99f9",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"rust-overlay_3": {
"inputs": { "inputs": {
"flake-utils": [ "flake-utils": [
"lanzaboote", "lanzaboote",

View file

@ -50,7 +50,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:tpwrules/nixos-apple-silicon";
url = "github:zzywysm/nixos-asahi";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };