nixpkgs-stackage/nix-build-release.sh
2018-01-09 18:56:41 +03:00

11 lines
204 B
Bash
Executable File

#!/bin/sh
#
# Usage:
# nix-build-release.sh -A lts-100.x86_64-linux --dry-run
set -x
NIXPKGS_ALLOW_BROKEN=1 exec nix-build release.nix \
--option use-binary-caches false \
--arg inHydra false \
$@