updated flake source

This commit is contained in:
Stuce 2025-11-16 11:03:03 +01:00
parent ca6bdb8890
commit 049839b64b

View file

@ -17,7 +17,10 @@
version = "0.1.0"; version = "0.1.0";
pyproject = true; pyproject = true;
src = ./.; src = builtins.fetchGit {
url = "git+https://git.stuce.ch/Stuce/calDAVtoCSV.git";
rev = "ca6bdb889085893cd4494cd1612a00f8e164ffac";
};
build-system = with pkgs.python3.pkgs; [ setuptools ]; build-system = with pkgs.python3.pkgs; [ setuptools ];