summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index ea323cb..b03e7e0 100755
--- a/build.sh
+++ b/build.sh
@@ -5,6 +5,6 @@
     exit 1
 }
 
-nix build .#default --log-format multiline-with-logs
+nix build .#default --log-format multiline-with-logs "$@"
 
 # vim: ft=sh