From 574dbc7ded5beb4a14244945168393860bae93cf Mon Sep 17 00:00:00 2001 From: Spotlight Date: Wed, 29 Jan 2025 18:09:23 -0600 Subject: [PATCH] spotlights-macbook-air: Switch back to tpwrules/nixos-apple-silicon --- flake.lock | 34 +++++++++++++++++++++++++--------- flake.nix | 2 +- 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 7fea723..92b3c1f 100644 --- a/flake.lock +++ b/flake.lock @@ -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, diff --git a/flake.nix b/flake.nix index 3a67b36..de4c6a7 100644 --- a/flake.nix +++ b/flake.nix @@ -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.