updated flake source
This commit is contained in:
parent
ca6bdb8890
commit
049839b64b
1 changed files with 4 additions and 1 deletions
|
|
@ -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 ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue