4 lines
70 B
Text
4 lines
70 B
Text
|
#!/usr/bin/env bash
|
||
|
set -xe
|
||
|
exec nix-shell --run 'cargo watch -x run'
|