diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-06 11:27:19 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-06 11:27:19 +0200 |
commit | 8c4c60822d3733e089343d71e8ca1b7899469510 (patch) | |
tree | 79fe447b4b5f048df81fc84832e4ba1d6818a0fe | |
parent | feat(keymap): Use the common lock keybinding instead of the river specific one (diff) | |
download | qmk_layout-8c4c60822d3733e089343d71e8ca1b7899469510.zip |
build(build.sh): Pass arguments to the underlying build
Diffstat (limited to '')
-rwxr-xr-x | build.sh | 2 |
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 |