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",
|
"flake-compat": "flake-compat",
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
]
|
],
|
||||||
|
"rust-overlay": "rust-overlay"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1737847061,
|
"lastModified": 1737610453,
|
||||||
"narHash": "sha256-ikJOASJJMHVjxyY69qbS2d00eHGcjbMfcjRz+TnUbJs=",
|
"narHash": "sha256-OLgl/kgjOmDFrkU04PlqVklXj1m9y8xF7xbD+blAdg8=",
|
||||||
"owner": "zzywysm",
|
"owner": "tpwrules",
|
||||||
"repo": "nixos-asahi",
|
"repo": "nixos-apple-silicon",
|
||||||
"rev": "0b2c42b477aec0c37ce51ffe25a556e8671979d3",
|
"rev": "1f7bdbb82f6b9ec1d8d206e2c64d36f13bae91a1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "zzywysm",
|
"owner": "tpwrules",
|
||||||
"ref": "supreme-asahi-6.12",
|
"repo": "nixos-apple-silicon",
|
||||||
"repo": "nixos-asahi",
|
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -168,6 +168,22 @@
|
||||||
"vscode-server": "vscode-server"
|
"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": {
|
"systems": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1681028828,
|
"lastModified": 1681028828,
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# Specify the source of Home Manager and Nixpkgs.
|
# Specify the source of Home Manager and Nixpkgs.
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
apple-silicon-support = {
|
apple-silicon-support = {
|
||||||
url = "github:zzywysm/nixos-asahi/supreme-asahi-6.12";
|
url = "github:tpwrules/nixos-apple-silicon";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
# Allows for easy enumeration of available Darwin and Linux systems.
|
# Allows for easy enumeration of available Darwin and Linux systems.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue