Disable shellcheck

It's broken at the moment: https://hydra.nixos.org/build/105746055

Also it pulls in GHC which is a pretty big dependency.
This commit is contained in:
Eelco Dolstra 2019-11-05 16:00:30 +01:00
parent 81a9b93689
commit b4e260d887
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -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}";
}
''