From 8fce453df8714aaf94a7ac56a3850ed3751ceae2 Mon Sep 17 00:00:00 2001 From: Andreas Politz Date: Fri, 14 Dec 2018 20:11:29 +0100 Subject: Move nixos down the list of tested OS --- server/autobuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.0