mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: switch back to downstream nixos-apple-silicon fork
This commit is contained in:
parent
ea76331928
commit
96fbdad9fd
2 changed files with 12 additions and 12 deletions
21
flake.lock
generated
21
flake.lock
generated
|
@ -53,11 +53,11 @@
|
||||||
"apple-firmware": {
|
"apple-firmware": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1743749636,
|
"lastModified": 1743755657,
|
||||||
"narHash": "sha256-NUHs2ESFSSDOgq6chHFmAHOkuYIoA0FBb35BQZGFr/Q=",
|
"narHash": "sha256-0dLRi5QFuCLVedJgHT6eO5lJ7r8gJjR7a9F/t11UItE=",
|
||||||
"owner": "youwen5",
|
"owner": "youwen5",
|
||||||
"repo": "apple-firmware",
|
"repo": "apple-firmware",
|
||||||
"rev": "b9d0814a1d7dbe07da13123046650557fb92b96a",
|
"rev": "da57d34f99f2789368e2def65b832239346dcbee",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -75,16 +75,17 @@
|
||||||
"rust-overlay": "rust-overlay_2"
|
"rust-overlay": "rust-overlay_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1742098834,
|
"lastModified": 1743758699,
|
||||||
"narHash": "sha256-l98XVpNXW6hr0AsxCeQZbdf6EGT8OpHdkWBi7sdel4s=",
|
"narHash": "sha256-M9NvTpL/Fl75vnuK041kQxpDsCj4LfMaxhdSlMSGH6Y=",
|
||||||
"owner": "marcin-serwin",
|
"owner": "youwen5",
|
||||||
"repo": "nixos-apple-silicon",
|
"repo": "nixos-asahi",
|
||||||
"rev": "8457960249bcfd34c22838e20eaa7d8261428688",
|
"rev": "3d78fccfcc5ed0528ac4d2fb89412d2193b00809",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "marcin-serwin",
|
"owner": "youwen5",
|
||||||
"repo": "nixos-apple-silicon",
|
"ref": "unstable",
|
||||||
|
"repo": "nixos-asahi",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -52,8 +52,7 @@
|
||||||
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";
|
||||||
url = "github:marcin-serwin/nixos-apple-silicon";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue