From 2409fc7869fbef29b03021a16b66c4a6881b1584 Mon Sep 17 00:00:00 2001 From: Theis <112340858+Slug-Boi@users.noreply.github.com> Date: Mon, 28 Apr 2025 15:31:45 +0200 Subject: [PATCH] chore: remove rev from nix flake --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index d20159b..e122c26 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,6 @@ prog_src = { flake = false; url = "github:Slug-Boi/cocommit"; - rev = "v1.3.0"; }; }; outputs = { self, nixpkgs, flake-utils, ... }@inputs: let @@ -32,4 +31,4 @@ }; }) ); -} \ No newline at end of file +}