From bc33f7a9914117d0d47cb87da5a59acde7667c7b Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sun, 25 May 2025 12:09:31 -0700 Subject: [PATCH] fix: switch back to fork of nixos-apple-silicon with patches applied --- flake.lock | 15 ++++++++------- flake.nix | 4 ++-- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 6a7f590..bb1572a 100644 --- a/flake.lock +++ b/flake.lock @@ -74,16 +74,17 @@ ] }, "locked": { - "lastModified": 1747514947, - "narHash": "sha256-irRDuerdVu495nBgkhCUjCi2mRpPig0F6cKMoIOfScA=", - "owner": "tpwrules", - "repo": "nixos-apple-silicon", - "rev": "db46177593e24f68e802455875850cdeaf49eb1c", + "lastModified": 1748200138, + "narHash": "sha256-sa08OvoyH8LTbUaZzcC6MXECdwpJaB0xKTPj3Eipr94=", + "owner": "youwen5", + "repo": "nixos-asahi", + "rev": "4bdd339038db47af5251e09071f645ebc970f502", "type": "github" }, "original": { - "owner": "tpwrules", - "repo": "nixos-apple-silicon", + "owner": "youwen5", + "ref": "unstable", + "repo": "nixos-asahi", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 1b5f0b8..fc866cc 100755 --- a/flake.nix +++ b/flake.nix @@ -50,9 +50,9 @@ ucode.url = "github:e-tho/ucodenix"; apple-silicon = { - url = "github:tpwrules/nixos-apple-silicon"; + # url = "github:tpwrules/nixos-apple-silicon"; # url = "github:zzywysm/nixos-asahi"; - # url = "github:youwen5/nixos-asahi/unstable"; + url = "github:youwen5/nixos-asahi/unstable"; inputs.nixpkgs.follows = "nixpkgs"; };