about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/wire-desktop
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2023-10-09 15:55:42 +0200
committertoonn <toonn@toonn.io>2023-10-09 15:55:42 +0200
commit6353dfb56666e28ad8340543174b2daca5b32427 (patch)
treeb2cb5109adb833aa378ace3bbb9bb1cebe411f2b /pkgs/applications/networking/instant-messengers/wire-desktop
parenteaee6450dab744a71b1614712f8d258a05e6881e (diff)
wire-desktop: Stop caching binary package
The build for a binary distribution like Wire Desktop is very light and
having Hydra build and cache it is a bit of a waste of resources. We
should follow Nixpkgs convention of not having Hydra build and therefore
neither cache binary packages.
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/wire-desktop')
-rw-r--r--pkgs/applications/networking/instant-messengers/wire-desktop/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
index 2c75c5726505b..9aaba98710e30 100644
--- a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
@@ -66,6 +66,7 @@ let
     platforms = platforms.darwin ++ [
       "x86_64-linux"
     ];
+    hydraPlatforms = [];
   };
 
   linux = stdenv.mkDerivation rec {