projects
/
xonotic
/
xonotic.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'martin-t/help' into 'master'
[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 $@