7 lines
98 B
Nix
7 lines
98 B
Nix
{
|
|
"python-uv" = {
|
|
path = ./python-uv;
|
|
description = "a python project using uv";
|
|
};
|
|
}
|