summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-06 11:27:19 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-06 11:27:19 +0200
commit8c4c60822d3733e089343d71e8ca1b7899469510 (patch)
tree79fe447b4b5f048df81fc84832e4ba1d6818a0fe
parentfeat(keymap): Use the common lock keybinding instead of the river specific one (diff)
downloadqmk_layout-8c4c60822d3733e089343d71e8ca1b7899469510.zip
build(build.sh): Pass arguments to the underlying build
-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