mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-20 02:29:36 -06:00
flake: build with -Dexclude-lsp=true (#88)
This commit is contained in:
parent
b0f3bbbcfe
commit
c845a67d78
@ -25,7 +25,7 @@
|
||||
text = ''
|
||||
tmp="$(mktemp -d)"
|
||||
trap 'rm -rf "$tmp"' EXIT
|
||||
(cd "${src}" && ZIG_LOCAL_CACHE_DIR="$tmp" zig build -p "$tmp" -Doptimize=Debug)
|
||||
(cd "${src}" && ZIG_LOCAL_CACHE_DIR="$tmp" zig build -p "$tmp" -Doptimize=Debug -Dexclude-lsp=true)
|
||||
"$tmp/bin/zx" "$@"
|
||||
'';
|
||||
}) + "/bin/zx";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user