Skip to content

Commit

Permalink
Disable shellcheck
Browse files Browse the repository at this point in the history
It's broken at the moment: https://hydra.nixos.org/build/105746055

Also it pulls in GHC which is a pretty big dependency.

(cherry picked from commit b4e260d)
  • Loading branch information
edolstra committed Feb 18, 2020
1 parent 6605ea0 commit 8950ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ let
in

runCommand "nix-binary-tarball-${version}"
{ nativeBuildInputs = lib.optional (system != "aarch64-linux") shellcheck;
{ #nativeBuildInputs = lib.optional (system != "aarch64-linux") shellcheck;
meta.description = "Distribution-independent Nix bootstrap binaries for ${system}";
}
''
Expand Down

0 comments on commit 8950ae9

Please sign in to comment.