From 4d9f679778ac0df0b5cee5f673cb0115ec9467da Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 5 Dec 2024 15:07:11 -0800 Subject: [PATCH] feat: switch back to upstream tpwrules apple silicon repo --- flake.lock | 14 +++++++------- flake.nix | 3 +-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 1146101..18c26f2 100644 --- a/flake.lock +++ b/flake.lock @@ -25,16 +25,16 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1731536673, - "narHash": "sha256-bEkcE98/AwmKzlipCruFdf3KK3CBmtfzabquHtrKURM=", - "owner": "zzywysm", - "repo": "nixos-asahi", - "rev": "09d4e26b7d49323faad37264763cf57988cfd720", + "lastModified": 1733377410, + "narHash": "sha256-tZ9JEAaHIs3TPdRZeZzHsnJmUilkcnVaUTvyprbRb1A=", + "owner": "tpwrules", + "repo": "nixos-apple-silicon", + "rev": "e8c07c3ae199b55a8c1c35a7c067c5cef9c7e929", "type": "github" }, "original": { - "owner": "zzywysm", - "repo": "nixos-asahi", + "owner": "tpwrules", + "repo": "nixos-apple-silicon", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 9ee16f9..015d49b 100755 --- a/flake.nix +++ b/flake.nix @@ -48,8 +48,7 @@ ucode.url = "github:e-tho/ucodenix"; apple-silicon = { - # url = "github:tpwrules/nixos-apple-silicon"; - url = "github:zzywysm/nixos-asahi"; + url = "github:tpwrules/nixos-apple-silicon"; inputs.nixpkgs.follows = "nixpkgs"; };