devenv scripts

This commit is contained in:
John Lancaster
2025-09-13 13:31:07 -05:00
parent 74f937f6d3
commit 8a825ab9c1

View File

@@ -47,6 +47,14 @@
rustc --version rustc --version
''; '';
scripts.dev.exec = ''
${pkgs.uv}/bin/uv run --locked maturin develop
'';
scripts.test-import.exec = ''
${pkgs.uv}/bin/uv run --locked python -c "import py_leptos"
'';
enterShell = '' enterShell = ''
hello hello
versions versions