From 1c1f97618666132d13e1f50fa5ebcdbbe06a9314 Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Fri, 26 Dec 2025 20:55:10 -0500 Subject: [PATCH] chore: asahi flake --- flake.lock | 31 ++++--------------------------- flake.nix | 2 +- 2 files changed, 5 insertions(+), 28 deletions(-) diff --git a/flake.lock b/flake.lock index 4b5898b..a6fbde0 100755 --- a/flake.lock +++ b/flake.lock @@ -5,20 +5,18 @@ "flake-compat": "flake-compat", "nixpkgs": [ "nixpkgs" - ], - "treefmt-nix": "treefmt-nix" + ] }, "locked": { - "lastModified": 1755115705, - "narHash": "sha256-CjWlI6c1pWu+X5Qz8B6K1httNpA4eDNxf/Ozfm6Mvlw=", + "lastModified": 1766064315, + "narHash": "sha256-aMoYLYIj+yYGhDKuSromj+VZYnMyN3lRRAZ+dk1IOiE=", "owner": "tpwrules", "repo": "nixos-apple-silicon", - "rev": "78b5825968dc784dae2fe71b1c76f364efe107ae", + "rev": "f94f4496775f9ca6e8a9e9e83f5aa4e4210fbb5d", "type": "github" }, "original": { "owner": "tpwrules", - "ref": "release-25.05", "repo": "nixos-apple-silicon", "type": "github" } @@ -327,27 +325,6 @@ "repo": "default", "type": "github" } - }, - "treefmt-nix": { - "inputs": { - "nixpkgs": [ - "apple-silicon", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1754492133, - "narHash": "sha256-B+3g9+76KlGe34Yk9za8AF3RL+lnbHXkLiVHLjYVOAc=", - "owner": "numtide", - "repo": "treefmt-nix", - "rev": "1298185c05a56bff66383a20be0b41a307f52228", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "treefmt-nix", - "type": "github" - } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 832273c..2fefba7 100755 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; apple-silicon = { - url = "github:tpwrules/nixos-apple-silicon/release-25.05"; + url = "github:tpwrules/nixos-apple-silicon"; inputs.nixpkgs.follows = "nixpkgs"; }; nixos-generators = {