rust-nix-template/bin/run

4 lines
70 B
Text
Raw Normal View History

2021-04-13 22:35:19 +02:00
#!/usr/bin/env bash
set -xe
exec nix-shell --run 'cargo watch -x run'