about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rwxr-xr-xjustfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 1a24bf3..22503ee 100755
--- a/justfile
+++ b/justfile
@@ -35,7 +35,7 @@ nix-build what:
     nix build .#{{ what }}
 
 dev:
-	systemfd -s http::3000 modd
+	systemfd -s http::3000 -- modd
 
 docker-stream system=(arch() + "-linux"):
     @nix build --print-out-paths .#docker-stream-{{ system }} | sh