From 5fea1545d53a552a2f28116d56348615d98ad17a Mon Sep 17 00:00:00 2001 From: Stuce Date: Sun, 16 Nov 2025 11:38:03 +0100 Subject: [PATCH] removed hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 83048b1..1a17030 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ src = builtins.fetchGit { url = "git+https://git.stuce.ch/Stuce/calDAVtoCSV.git"; - rev = "ca6bdb889085893cd4494cd1612a00f8e164ffac"; + # rev = "ca6bdb889085893cd4494cd1612a00f8e164ffac"; }; build-system = with pkgs.python3.pkgs; [ setuptools ];