trainbot: don't run checkPhase on arm

This commit is contained in:
Astro 2023-05-05 19:27:16 +02:00
parent 8d46339af1
commit 8839218199
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{ lib
, stdenv
, buildGoModule
, fetchFromGitHub
, ffmpeg
@ -16,6 +17,7 @@ buildGoModule {
};
checkInputs = [ ffmpeg ];
doCheck = stdenv.isx86_64;
vendorHash = "sha256-DphXCfPW4w0aGI1e3aKQ9pDAMJ8wioPCDqRUR5gJ+Q4=";
}