diff options
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile index 74ee08f..9dc57b8 100755 --- a/justfile +++ b/justfile @@ -43,7 +43,7 @@ dev: go build -o $tmp ./cmd/dev ./cmd/build ./cmd/server "${tmp}/dev" --temp-dir "${tmp}" -watch-dev: (watch-flake "watchexec -r just dev") +watch-dev: (watch-flake "watchexec -r -e go just dev") docker-stream system=(arch() + "-linux"): @nix build --print-out-paths .#docker-stream-{{ system }} | sh |