From 049839b64b47a2384670c6f75151e653a0caa3c8 Mon Sep 17 00:00:00 2001 From: Stuce Date: Sun, 16 Nov 2025 11:03:03 +0100 Subject: [PATCH] updated flake source --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d6b7a10..fc85f28 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,10 @@ version = "0.1.0"; pyproject = true; - src = ./.; + src = builtins.fetchGit { + url = "git+https://git.stuce.ch/Stuce/calDAVtoCSV.git"; + rev = "ca6bdb889085893cd4494cd1612a00f8e164ffac"; + }; build-system = with pkgs.python3.pkgs; [ setuptools ];