From dbc797e53e52355250a780324ef726f0947942f0 Mon Sep 17 00:00:00 2001 From: benstrb Date: Wed, 18 Mar 2026 16:08:21 +0100 Subject: [PATCH] non important commit --- flake.lock | 1 - flake.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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"; }; };