mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
fix: use fork of nixos-asahi to avoid systemd compilation failure
Some checks are pending
Check flake / check (push) Waiting to run
Some checks are pending
Check flake / check (push) Waiting to run
This commit is contained in:
parent
37f5fe4019
commit
8f86ce2201
2 changed files with 7 additions and 6 deletions
10
flake.lock
10
flake.lock
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue