diff options
author | Alan Pearce | 2024-06-13 17:08:33 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-13 17:08:33 +0200 |
commit | a1ddbf3fa6d1814ebca238d0c4ed54617253689f (patch) | |
tree | 376944e40581b5d8155ab4acf9a0011364041417 /justfile | |
parent | 66b66e6118dd43ccbd1e85e33d44a02de7a2b812 (diff) | |
download | website-a1ddbf3fa6d1814ebca238d0c4ed54617253689f.tar.lz website-a1ddbf3fa6d1814ebca238d0c4ed54617253689f.tar.zst website-a1ddbf3fa6d1814ebca238d0c4ed54617253689f.zip |
server: listen on socket provided by system(f)d, if available
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |