mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-07 22:21:42 +00:00
6 lines
180 B
Bash
6 lines
180 B
Bash
|
#!/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 $@
|