mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: switch to upstream nixos-apple-silicon
This commit is contained in:
parent
c49a60fd54
commit
0978bf6251
2 changed files with 11 additions and 29 deletions
36
flake.lock
generated
36
flake.lock
generated
|
@ -71,21 +71,19 @@
|
||||||
"flake-compat": "flake-compat",
|
"flake-compat": "flake-compat",
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
],
|
]
|
||||||
"rust-overlay": "rust-overlay_2"
|
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1746396533,
|
"lastModified": 1747514947,
|
||||||
"narHash": "sha256-trooGK3A4kfp2xqH/nUs3gS9aVbxDa8iMNRUFugW1wA=",
|
"narHash": "sha256-irRDuerdVu495nBgkhCUjCi2mRpPig0F6cKMoIOfScA=",
|
||||||
"owner": "youwen5",
|
"owner": "tpwrules",
|
||||||
"repo": "nixos-asahi",
|
"repo": "nixos-apple-silicon",
|
||||||
"rev": "109f196341152e7655e4f470fb6c32f3a5a5b882",
|
"rev": "db46177593e24f68e802455875850cdeaf49eb1c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "youwen5",
|
"owner": "tpwrules",
|
||||||
"ref": "unstable",
|
"repo": "nixos-apple-silicon",
|
||||||
"repo": "nixos-asahi",
|
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -568,7 +566,7 @@
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
],
|
],
|
||||||
"pre-commit-hooks-nix": "pre-commit-hooks-nix",
|
"pre-commit-hooks-nix": "pre-commit-hooks-nix",
|
||||||
"rust-overlay": "rust-overlay_3"
|
"rust-overlay": "rust-overlay_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1737639419,
|
"lastModified": 1737639419,
|
||||||
|
@ -899,22 +897,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"rust-overlay_2": {
|
"rust-overlay_2": {
|
||||||
"flake": false,
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1686795910,
|
|
||||||
"narHash": "sha256-jDa40qRZ0GRQtP9EMZdf+uCbvzuLnJglTUI2JoHfWDc=",
|
|
||||||
"owner": "oxalica",
|
|
||||||
"repo": "rust-overlay",
|
|
||||||
"rev": "5c2b97c0a9bc5217fc3dfb1555aae0fb756d99f9",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "oxalica",
|
|
||||||
"repo": "rust-overlay",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"rust-overlay_3": {
|
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"lanzaboote",
|
"lanzaboote",
|
||||||
|
|
|
@ -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