all repos — mycal @ 1bfaafd9a3cd92284b5eda695189d9fe353b30ec

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