nix-exprs/templates/default.nix

7 lines
98 B
Nix
Raw Normal View History

2024-11-19 01:28:58 +08:00
{
"python-uv" = {
path = ./python-uv;
description = "a python project using uv";
};
}