From 8839218199f626afe3685c32566cc1d950a2ed1c Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 5 May 2023 19:27:16 +0200 Subject: [PATCH] trainbot: don't run checkPhase on arm --- overlays/trainbot.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/overlays/trainbot.nix b/overlays/trainbot.nix index 5cc661c9..34afdc63 100644 --- a/overlays/trainbot.nix +++ b/overlays/trainbot.nix @@ -1,4 +1,5 @@ { lib +, stdenv , buildGoModule , fetchFromGitHub , ffmpeg @@ -16,6 +17,7 @@ buildGoModule { }; checkInputs = [ ffmpeg ]; + doCheck = stdenv.isx86_64; vendorHash = "sha256-DphXCfPW4w0aGI1e3aKQ9pDAMJ8wioPCDqRUR5gJ+Q4="; }