all repos — mycal @ b1bc3d8b1f3d6a0e83229d5afb573b2156be51ea

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