mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
feat: switch back to upstream tpwrules apple silicon repo
This commit is contained in:
parent
980e34dfdb
commit
4d9f679778
2 changed files with 8 additions and 9 deletions
14
flake.lock
14
flake.lock
|
@ -25,16 +25,16 @@
|
||||||
"rust-overlay": "rust-overlay"
|
"rust-overlay": "rust-overlay"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1731536673,
|
"lastModified": 1733377410,
|
||||||
"narHash": "sha256-bEkcE98/AwmKzlipCruFdf3KK3CBmtfzabquHtrKURM=",
|
"narHash": "sha256-tZ9JEAaHIs3TPdRZeZzHsnJmUilkcnVaUTvyprbRb1A=",
|
||||||
"owner": "zzywysm",
|
"owner": "tpwrules",
|
||||||
"repo": "nixos-asahi",
|
"repo": "nixos-apple-silicon",
|
||||||
"rev": "09d4e26b7d49323faad37264763cf57988cfd720",
|
"rev": "e8c07c3ae199b55a8c1c35a7c067c5cef9c7e929",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "zzywysm",
|
"owner": "tpwrules",
|
||||||
"repo": "nixos-asahi",
|
"repo": "nixos-apple-silicon",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -48,8 +48,7 @@
|
||||||
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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue