all repos — mycal @ f5df8f1bef50415ad39642f313e0c74f17d4b3ae

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