From c6e15c43222cbec54969322b863c9eb426f58499 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 12 Dec 2017 15:33:14 +0100 Subject: [PATCH] Disable shellcheck This breaks eval on aarch64-linux due to the dependency on GHC. --- release.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release.nix b/release.nix index 27ea49fc3..dedb87816 100644 --- a/release.nix +++ b/release.nix @@ -123,7 +123,7 @@ let runCommand "nix-binary-tarball-${version}" { exportReferencesGraph = [ "closure1" toplevel "closure2" cacert ]; - buildInputs = [ perl shellcheck ]; + buildInputs = [ perl /* shellcheck */ ]; meta.description = "Distribution-independent Nix bootstrap binaries for ${system}"; } '' @@ -136,8 +136,8 @@ let --subst-var-by nix ${toplevel} \ --subst-var-by cacert ${cacert} - shellcheck -e SC1090 $TMPDIR/install - shellcheck -e SC1091,SC2002 $TMPDIR/install-darwin-multi-user + #shellcheck -e SC1090 $TMPDIR/install + #shellcheck -e SC1091,SC2002 $TMPDIR/install-darwin-multi-user chmod +x $TMPDIR/install chmod +x $TMPDIR/install-darwin-multi-user