feat: reduce inefficient double copy (for determinate nix)

This commit is contained in:
Long Huynh Huu
2025-07-09 03:45:43 +02:00
parent f9c2b6e939
commit 615b420c74

View File

@@ -16,7 +16,7 @@
pname = "fastanime";
version = "2.8.8";
src = ./.;
src = self;
preBuild = ''
sed -i 's/rich>=13.9.2/rich>=13.8.1/' pyproject.toml