From 6769d66d48e4a398e9a8136a07ea0d409076150b Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Fri, 27 Mar 2026 02:16:49 -0700 Subject: [PATCH] Bump flake.nix version to match latest tag Co-Authored-By: Claude Opus 4.6 (1M context) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f8fd098..24894a6 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ let system = "x86_64-linux"; pkgs = nixpkgs.legacyPackages.${system}; - version = "0.1.0"; + version = "0.2.0"; in { packages.${system} = {