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.
This commit is contained in:
toonn 2023-10-09 15:55:42 +02:00
parent eaee6450da
commit 6353dfb566

View file

@ -66,6 +66,7 @@ let
platforms = platforms.darwin ++ [
"x86_64-linux"
];
hydraPlatforms = [];
};
linux = stdenv.mkDerivation rec {