hadolint: build with language-docker 10.1.1

This commit is contained in:
sternenseemann 2021-09-06 02:47:38 +02:00
parent 27b55b0b32
commit 93c06e23f2

View File

@ -1932,4 +1932,9 @@ EOT
# 2021-08-18: streamly-posix was released with hspec 2.8.2, but it works with older versions too.
streamly-posix = doJailbreak super.streamly-posix;
# 2021-09-06: hadolint depends on language-docker >= 10.1
hadolint = super.hadolint.override {
language-docker = self.language-docker_10_1_1;
};
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super