all repos — mycal @ ac2bb44863e2744f9e1774a8b51e3b6659027951

private calendar anonymiser

justfile (view raw)

1
2
3
4
5
6
7
8
9
run *args:
    uv run uvicorn --port=5001 --reload mycal:app {{ args }}

build:
    nix build

update-all:
    uv lock --upgrade
    nix flake update