fix: use fork of nixos-asahi to avoid systemd compilation failure

This commit is contained in:
Youwen Wu 2024-12-08 14:56:34 -08:00
parent 37f5fe4019
commit 8f86ce2201
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
2 changed files with 7 additions and 6 deletions

View file

@ -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";
};