Loading pkgs/development/embedded/arduino/arduino-cli/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ let ]; in '' substituteInPlace Taskfile.yml \ --replace "go test" "go test -p $NIX_BUILD_CORES -skip '(${lib.concatStringsSep "|" skipTests})'" --replace-fail "go test" "go test -p $NIX_BUILD_CORES -skip '(${lib.concatStringsSep "|" skipTests})'" ''; doCheck = stdenv.isLinux; Loading Loading
pkgs/development/embedded/arduino/arduino-cli/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ let ]; in '' substituteInPlace Taskfile.yml \ --replace "go test" "go test -p $NIX_BUILD_CORES -skip '(${lib.concatStringsSep "|" skipTests})'" --replace-fail "go test" "go test -p $NIX_BUILD_CORES -skip '(${lib.concatStringsSep "|" skipTests})'" ''; doCheck = stdenv.isLinux; Loading