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 93688c8..60d7d94 100755
--- a/justfile
+++ b/justfile
@@ -35,7 +35,7 @@ docker-image system=(arch() + "-linux"):
     nix build .#docker-image-{{ system }}
 
 docker-stream-fly:
-    just docker-stream fly-system
+    just docker-stream {{ fly-system }}
 
 docker-image-fly: (docker-image fly-system)