mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 02:12:38 +01:00
4 lines
161 B
Bash
4 lines
161 B
Bash
|
#!/usr/bin/env sh
|
||
|
#nix build --update-input pnpm2nix --debugger --ignore-try
|
||
|
nix build --debugger --ignore-try --print-out-paths --print-build-logs --http2 "$@"
|