]> git.xonotic.org Git - xonotic/xonotic.git/blob - nix-build.sh
Since the documentation is now in markdown format, there is no need to keep the old...
[xonotic/xonotic.git] / nix-build.sh
1 #!/bin/sh
2 set -euo pipefail
3 cd ${0%/*}
4 export VERSION_data_xonotic_data_pk3dir=$(cd $PWD/data/xonotic-data.pk3dir && git describe --tags --dirty --long --always)
5 exec nix-build $@