From a262d8905b11f17c1da62b5fb69092bba1fe80c6 Mon Sep 17 00:00:00 2001 From: superherointj <5861043+superherointj@users.noreply.github.com> Date: Fri, 9 Sep 2022 12:03:14 -0300 Subject: [PATCH] pixinsight: disable hydra builds --- pkgs/applications/graphics/pixinsight/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/graphics/pixinsight/default.nix b/pkgs/applications/graphics/pixinsight/default.nix index f54aef75ac15..b6e03baace81 100644 --- a/pkgs/applications/graphics/pixinsight/default.nix +++ b/pkgs/applications/graphics/pixinsight/default.nix @@ -128,6 +128,7 @@ stdenv.mkDerivation rec { license = licenses.unfree; platforms = [ "x86_64-linux" ]; maintainers = [ maintainers.sheepforce ]; + hydraPlatforms = []; mainProgram = "PixInsight"; }; }