diff options
-rwxr-xr-x | justfile | 2 |
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 |