From f31a7f20fbb503cb9773f91669934c20f235a254 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Fri, 27 Mar 2026 02:16:38 -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 37c9aec..d43259c 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 = "1.1.0"; in { packages.${system} = {