From a1ddbf3fa6d1814ebca238d0c4ed54617253689f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 13 Jun 2024 17:08:33 +0200 Subject: server: listen on socket provided by system(f)d, if available --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index 5e8df3d..304eb98 100755 --- a/justfile +++ b/justfile @@ -39,7 +39,7 @@ nix-build what: watch-server: (watch-flake "watchexec -r -i content -i templates go run ./cmd/server") dev: - modd + systemfd -s http::3000 modd docker-stream system=(arch() + "-linux"): @nix build --print-out-paths .#docker-stream-{{ system }} | sh -- cgit 1.4.1