diff --git a/flake.lock b/flake.lock index 264975b..d25ef34 100644 --- a/flake.lock +++ b/flake.lock @@ -74,17 +74,16 @@ ] }, "locked": { - "lastModified": 1748200138, - "narHash": "sha256-sa08OvoyH8LTbUaZzcC6MXECdwpJaB0xKTPj3Eipr94=", - "owner": "youwen5", - "repo": "nixos-asahi", - "rev": "4bdd339038db47af5251e09071f645ebc970f502", + "lastModified": 1748659443, + "narHash": "sha256-dav2hzyCmXZ3n6lEZrfZBG51+g6PUhkzRl3d6Ypd9x0=", + "owner": "nix-community", + "repo": "nixos-apple-silicon", + "rev": "3ddc251d2acce5019b0fa770e224d068610a34e4", "type": "github" }, "original": { - "owner": "youwen5", - "ref": "unstable", - "repo": "nixos-asahi", + "owner": "nix-community", + "repo": "nixos-apple-silicon", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 9256a1a..7719a06 100755 --- a/flake.nix +++ b/flake.nix @@ -26,10 +26,7 @@ nix-flatpak.url = "github:gmodena/nix-flatpak"; - nix-homebrew = { - url = "github:zhaofengli-wip/nix-homebrew"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew"; homebrew-core = { url = "github:homebrew/homebrew-core"; @@ -50,9 +47,8 @@ ucode.url = "github:e-tho/ucodenix"; apple-silicon = { - # url = "github:tpwrules/nixos-apple-silicon"; # url = "github:zzywysm/nixos-asahi"; - url = "github:youwen5/nixos-asahi/unstable"; + url = "github:nix-community/nixos-apple-silicon"; inputs.nixpkgs.follows = "nixpkgs"; };