···11#!/bin/sh
2233-if [ $# -eq 0 ]; then
44-55- # The extra slash at the end of the URL is necessary to stop wget
66- # from recursing over the whole server! (No, it's not a bug.)
77- $(nix-build ../../../../.. -A autonix.manifest) \
88- http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/ \
99- -A '*.tar.xz'
1010-1111-else
33+set -x
1241313- $(nix-build ../../../.. -A autonix.manifest) -A '*.tar.xz' "$@"
1414-1515-fi
55+# The extra slash at the end of the URL is necessary to stop wget
66+# from recursing over the whole server! (No, it's not a bug.)
77+$(nix-build ../../../../.. --no-out-link -A autonix.manifest) \
88+ http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/ \
99+ -A '*.tar.xz'