diff --git a/flake.lock b/flake.lock index b454825..18d297d 100644 --- a/flake.lock +++ b/flake.lock @@ -55,15 +55,15 @@ "locked": { "lastModified": 1743749636, "narHash": "sha256-NUHs2ESFSSDOgq6chHFmAHOkuYIoA0FBb35BQZGFr/Q=", - "ref": "refs/heads/main", + "owner": "youwen5", + "repo": "apple-firmware", "rev": "b9d0814a1d7dbe07da13123046650557fb92b96a", - "revCount": 1, - "type": "git", - "url": "ssh://git@github.com/youwen5/apple-firmware" + "type": "github" }, "original": { - "type": "git", - "url": "ssh://git@github.com/youwen5/apple-firmware" + "owner": "youwen5", + "repo": "apple-firmware", + "type": "github" } }, "apple-silicon": { diff --git a/flake.nix b/flake.nix index 5a516c6..1a9b426 100755 --- a/flake.nix +++ b/flake.nix @@ -52,12 +52,13 @@ 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"; + url = "github:marcin-serwin/nixos-apple-silicon"; inputs.nixpkgs.follows = "nixpkgs"; }; apple-firmware = { - url = "git+https://code.youwen.dev/youwen5/apple-firmware"; + url = "github:youwen5/apple-firmware"; flake = false; };