devenv scripts
This commit is contained in:
@@ -47,6 +47,14 @@
|
||||
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 = ''
|
||||
hello
|
||||
versions
|
||||
|
||||
Reference in New Issue
Block a user