about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-06-13 17:16:09 +0200
committerAlan Pearce2024-06-13 17:16:09 +0200
commitf9b4d8ec8c475c541960e89022c28f950e8f0a2a (patch)
tree91a8769536c80748b266c035330bcf7b0053cc4a /justfile
parentac0195094bc684fc8dac75f0940541c80b48124e (diff)
downloadwebsite-f9b4d8ec8c475c541960e89022c28f950e8f0a2a.tar.lz
website-f9b4d8ec8c475c541960e89022c28f950e8f0a2a.tar.zst
website-f9b4d8ec8c475c541960e89022c28f950e8f0a2a.zip
fix dev target
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