Commit d9e4080d authored by Robert Hensing's avatar Robert Hensing
Browse files

pre-commit: Disable check on i686-linux

parent 38442e84
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -61,7 +61,8 @@ buildPythonPackage rec {
    libiconv
  ];

  doCheck = true;
  # i686-linux: dotnet-sdk not available
  doCheck = stdenv.buildPlatform.system != "i686-linux";

  postPatch = ''
    substituteInPlace pre_commit/resources/hook-tmpl \