spotlights-macbook-air: Switch back to tpwrules/nixos-apple-silicon
This commit is contained in:
parent
792e3d3efd
commit
574dbc7ded
2 changed files with 26 additions and 10 deletions
34
flake.lock
generated
34
flake.lock
generated
|
@ -20,20 +20,20 @@
|
|||
"flake-compat": "flake-compat",
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
],
|
||||
"rust-overlay": "rust-overlay"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1737847061,
|
||||
"narHash": "sha256-ikJOASJJMHVjxyY69qbS2d00eHGcjbMfcjRz+TnUbJs=",
|
||||
"owner": "zzywysm",
|
||||
"repo": "nixos-asahi",
|
||||
"rev": "0b2c42b477aec0c37ce51ffe25a556e8671979d3",
|
||||
"lastModified": 1737610453,
|
||||
"narHash": "sha256-OLgl/kgjOmDFrkU04PlqVklXj1m9y8xF7xbD+blAdg8=",
|
||||
"owner": "tpwrules",
|
||||
"repo": "nixos-apple-silicon",
|
||||
"rev": "1f7bdbb82f6b9ec1d8d206e2c64d36f13bae91a1",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "zzywysm",
|
||||
"ref": "supreme-asahi-6.12",
|
||||
"repo": "nixos-asahi",
|
||||
"owner": "tpwrules",
|
||||
"repo": "nixos-apple-silicon",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
@ -168,6 +168,22 @@
|
|||
"vscode-server": "vscode-server"
|
||||
}
|
||||
},
|
||||
"rust-overlay": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1738117527,
|
||||
"narHash": "sha256-GFviGfaezjGLFUlxdv3zyC7rSZvTXqwcG/YsF6MDkOw=",
|
||||
"owner": "oxalica",
|
||||
"repo": "rust-overlay",
|
||||
"rev": "6a3dc6ce4132bd57359214d986db376f2333c14d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "oxalica",
|
||||
"repo": "rust-overlay",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"systems": {
|
||||
"locked": {
|
||||
"lastModified": 1681028828,
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Specify the source of Home Manager and Nixpkgs.
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
apple-silicon-support = {
|
||||
url = "github:zzywysm/nixos-asahi/supreme-asahi-6.12";
|
||||
url = "github:tpwrules/nixos-apple-silicon";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# Allows for easy enumeration of available Darwin and Linux systems.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue