mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 13:39:52 -07:00
fix: switch back to fork of nixos-apple-silicon with patches applied
This commit is contained in:
parent
bf40bdba12
commit
a24aa8f320
2 changed files with 10 additions and 9 deletions
15
flake.lock
generated
15
flake.lock
generated
|
@ -74,16 +74,17 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1747514947,
|
"lastModified": 1748200138,
|
||||||
"narHash": "sha256-irRDuerdVu495nBgkhCUjCi2mRpPig0F6cKMoIOfScA=",
|
"narHash": "sha256-sa08OvoyH8LTbUaZzcC6MXECdwpJaB0xKTPj3Eipr94=",
|
||||||
"owner": "tpwrules",
|
"owner": "youwen5",
|
||||||
"repo": "nixos-apple-silicon",
|
"repo": "nixos-asahi",
|
||||||
"rev": "db46177593e24f68e802455875850cdeaf49eb1c",
|
"rev": "4bdd339038db47af5251e09071f645ebc970f502",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "tpwrules",
|
"owner": "youwen5",
|
||||||
"repo": "nixos-apple-silicon",
|
"ref": "unstable",
|
||||||
|
"repo": "nixos-asahi",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -50,9 +50,9 @@
|
||||||
ucode.url = "github:e-tho/ucodenix";
|
ucode.url = "github:e-tho/ucodenix";
|
||||||
|
|
||||||
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/unstable";
|
url = "github:youwen5/nixos-asahi/unstable";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue