diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-11-05 16:00:30 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-11-05 16:00:30 +0100 |
commit | b4e260d887441fde9ab568dff7c21a77d7cff904 (patch) | |
tree | a38652a1290da0d8211eacc59c63c961c65cbe44 /release.nix | |
parent | 81a9b93689c76a9b90134bcc5ad8a6b851590599 (diff) |
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.
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix index 8fcf04680..e512a7671 100644 --- a/release.nix +++ b/release.nix @@ -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}"; } '' |