mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
feat: use new flake references
This commit is contained in:
parent
ef3ec67538
commit
46f708b8e0
2 changed files with 9 additions and 8 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -55,15 +55,15 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1743749636,
|
"lastModified": 1743749636,
|
||||||
"narHash": "sha256-NUHs2ESFSSDOgq6chHFmAHOkuYIoA0FBb35BQZGFr/Q=",
|
"narHash": "sha256-NUHs2ESFSSDOgq6chHFmAHOkuYIoA0FBb35BQZGFr/Q=",
|
||||||
"ref": "refs/heads/main",
|
"owner": "youwen5",
|
||||||
|
"repo": "apple-firmware",
|
||||||
"rev": "b9d0814a1d7dbe07da13123046650557fb92b96a",
|
"rev": "b9d0814a1d7dbe07da13123046650557fb92b96a",
|
||||||
"revCount": 1,
|
"type": "github"
|
||||||
"type": "git",
|
|
||||||
"url": "ssh://git@github.com/youwen5/apple-firmware"
|
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"owner": "youwen5",
|
||||||
"url": "ssh://git@github.com/youwen5/apple-firmware"
|
"repo": "apple-firmware",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"apple-silicon": {
|
"apple-silicon": {
|
||||||
|
|
|
@ -52,12 +52,13 @@
|
||||||
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";
|
||||||
};
|
};
|
||||||
|
|
||||||
apple-firmware = {
|
apple-firmware = {
|
||||||
url = "git+https://code.youwen.dev/youwen5/apple-firmware";
|
url = "github:youwen5/apple-firmware";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue