diff --git a/flake.lock b/flake.lock index 6a7a211..16b0024 100644 --- a/flake.lock +++ b/flake.lock @@ -54,7 +54,6 @@ "url": "https://git.stribrny.org/max_ag/floating-calculator" }, "original": { - "rev": "2abbacf66e99db523d624037f3e449aa40e8f366", "type": "git", "url": "https://git.stribrny.org/max_ag/floating-calculator" } diff --git a/flake.nix b/flake.nix index 806c367..9cd8bbe 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ }; floating-calc = { - url = "git+https://git.stribrny.org/max_ag/floating-calculator?rev=2abbacf66e99db523d624037f3e449aa40e8f366"; + url = "git+https://git.stribrny.org/max_ag/floating-calculator"; inputs.nixpkgs.follows = "nixpkgs"; }; };