From 8f86ce2201543f61e506cc89d4870af86ec6431f Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sun, 8 Dec 2024 14:56:34 -0800 Subject: [PATCH] fix: use fork of nixos-asahi to avoid systemd compilation failure --- flake.lock | 10 +++++----- flake.nix | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 81dc5f9..412e2c5 100644 --- a/flake.lock +++ b/flake.lock @@ -25,15 +25,15 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1731536673, - "narHash": "sha256-bEkcE98/AwmKzlipCruFdf3KK3CBmtfzabquHtrKURM=", - "owner": "zzywysm", + "lastModified": 1733524679, + "narHash": "sha256-9T6roXCVb5vJQBtqq4ZNeDOGrDj2ov70FVW+CSnLa98=", + "owner": "youwen5", "repo": "nixos-asahi", - "rev": "09d4e26b7d49323faad37264763cf57988cfd720", + "rev": "a15ec33c04b00b44e79ec17688e3b5219a765935", "type": "github" }, "original": { - "owner": "zzywysm", + "owner": "youwen5", "repo": "nixos-asahi", "type": "github" } diff --git a/flake.nix b/flake.nix index 758de16..3b1a11a 100755 --- a/flake.nix +++ b/flake.nix @@ -49,7 +49,8 @@ apple-silicon = { # url = "github:tpwrules/nixos-apple-silicon"; - url = "github:zzywysm/nixos-asahi"; + # url = "github:zzywysm/nixos-asahi"; + url = "github:youwen5/nixos-asahi"; inputs.nixpkgs.follows = "nixpkgs"; };