We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70cd128 commit 0e04dd6Copy full SHA for 0e04dd6
README.md
@@ -39,7 +39,7 @@ git init && \
39
git commit --allow-empty -m "initial commit (empty)" && \
40
git add . && \
41
nix run .#fix-template-names -- python-nix-template && \
42
-uv lock && \
+nix run nixpkgs#uv -- lock && \
43
direnv allow
44
```
45
0 commit comments