nix-exprs/templates/python-uv/justfile

8 lines
114 B
Makefile
Raw Normal View History

2024-11-28 19:48:17 +08:00
set shell := ["bash", "-c"]
add *name:
uv add {{name}} --no-sync
remove *name:
uv remove {{name}} --no-sync