mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: build properly on asahi
This commit is contained in:
parent
fe99a1fc9d
commit
becc60243a
3 changed files with 8 additions and 7 deletions
11
flake.lock
11
flake.lock
|
@ -9,15 +9,16 @@
|
|||
"rust-overlay": "rust-overlay"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1722469787,
|
||||
"narHash": "sha256-P20oAmbgXHl1E77TXPXiAj1Ntycc1mf7fZMI7X13VYw=",
|
||||
"owner": "tpwrules",
|
||||
"lastModified": 1725213692,
|
||||
"narHash": "sha256-owQBVWS05OKLjDrPkQW5+gGz/SNgIF7/9nZLkZ0bkFw=",
|
||||
"owner": "rowanG077",
|
||||
"repo": "nixos-apple-silicon",
|
||||
"rev": "8a665fee82901878edaeb8ee120296a979db2dd2",
|
||||
"rev": "fc4503fa956c4f07b5cb0b7d446a04be25786402",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "tpwrules",
|
||||
"owner": "rowanG077",
|
||||
"ref": "fix-mesa",
|
||||
"repo": "nixos-apple-silicon",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
};
|
||||
|
||||
apple-silicon = {
|
||||
url = "github:tpwrules/nixos-apple-silicon";
|
||||
url = "github:rowanG077/nixos-apple-silicon/fix-mesa";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
in {
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
manga-tui = inputs.manga-tui.packages.${pkgs.system}.default;
|
||||
# manga-tui = inputs.manga-tui.packages.${pkgs.system}.default;
|
||||
xdg-desktop-portal-hyprland = super.xdg-desktop-portal-hyprland.overrideAttrs (oldAttrs: {
|
||||
src = oldAttrs.src;
|
||||
patches =
|
||||
|
|
Loading…
Reference in a new issue