summaryrefslogtreecommitdiff
path: root/server/autobuild
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2018-12-14 20:11:29 +0100
committerAndreas Politz <politza@hochschule-trier.de>2018-12-14 20:11:29 +0100
commit8fce453df8714aaf94a7ac56a3850ed3751ceae2 (patch)
treeca0092855184e24f17249a3231b835095cbd9307 /server/autobuild
parent360224b4ccc8ffece7da69482c6203a82a7d625c (diff)
Move nixos down the list of tested OS
Diffstat (limited to 'server/autobuild')
-rwxr-xr-xserver/autobuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/autobuild b/server/autobuild
index 70cbebc..7a351d7 100755
--- a/server/autobuild
+++ b/server/autobuild
@@ -406,7 +406,6 @@ os_gentoo() {
handle_options "$@"
-os_nixos "$@" || \
os_macos "$@" || \
os_freebsd "$@" || \
os_arch "$@" || \
@@ -416,6 +415,7 @@ os_fedora "$@" || \
os_debian "$@" || \
os_gentoo "$@" || \
os_msys2 "$@" || \
+os_nixos "$@" || \
{
OS_IS_HANDLED=
if [ -z "$DRY_RUN" ]; then