fix: use fork of nixos-asahi to avoid systemd compilation failure
Some checks are pending
Check flake / check (push) Waiting to run

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

View file

@ -25,15 +25,15 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1731536673, "lastModified": 1733524679,
"narHash": "sha256-bEkcE98/AwmKzlipCruFdf3KK3CBmtfzabquHtrKURM=", "narHash": "sha256-9T6roXCVb5vJQBtqq4ZNeDOGrDj2ov70FVW+CSnLa98=",
"owner": "zzywysm", "owner": "youwen5",
"repo": "nixos-asahi", "repo": "nixos-asahi",
"rev": "09d4e26b7d49323faad37264763cf57988cfd720", "rev": "a15ec33c04b00b44e79ec17688e3b5219a765935",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "zzywysm", "owner": "youwen5",
"repo": "nixos-asahi", "repo": "nixos-asahi",
"type": "github" "type": "github"
} }

View file

@ -49,7 +49,8 @@
apple-silicon = { apple-silicon = {
# url = "github:tpwrules/nixos-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"; inputs.nixpkgs.follows = "nixpkgs";
}; };