all repos — mycal @ 3171ac84a49eb931f1428f91426ecdceac30c07e

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