devenv scripts
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user