mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-13 02:15:41 +00:00
6 lines
180 B
Bash
Executable File
6 lines
180 B
Bash
Executable File
#!/bin/sh
|
|
set -euo pipefail
|
|
cd ${0%/*}
|
|
export VERSION_data_xonotic_data_pk3dir=$(cd $PWD/data/xonotic-data.pk3dir && git describe --tags --dirty --long --always)
|
|
exec nix-build $@
|