about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-09 12:03:14 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-09 12:03:14 -0300
commita262d8905b11f17c1da62b5fb69092bba1fe80c6 (patch)
treeb34d9631f086cadf2e0603274d01629e2a63a5f2 /pkgs/applications/graphics
parent0017614360fde2feecce7d0cc10678fb05b4c491 (diff)
pixinsight: disable hydra builds
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/pixinsight/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/pixinsight/default.nix b/pkgs/applications/graphics/pixinsight/default.nix
index f54aef75ac15a..b6e03baace817 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";
   };
 }