From aa35e66257c190f8e7ac79eefecea72fe5b7497f Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 9 Jul 2013 11:53:01 +0200 Subject: [PATCH] hetzner-nixops-installer: Build on Hydra. This is in order to prepare for fetching the build output from the corresponding target machine to even further speed up deployment. Signed-off-by: aszlig --- pkgs/tools/misc/hetzner-nixops-installer/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/hetzner-nixops-installer/default.nix b/pkgs/tools/misc/hetzner-nixops-installer/default.nix index 1aa3fd875bb..772f679b957 100644 --- a/pkgs/tools/misc/hetzner-nixops-installer/default.nix +++ b/pkgs/tools/misc/hetzner-nixops-installer/default.nix @@ -102,6 +102,7 @@ in stdenv.mkDerivation { (remember, we're on a non-NixOS system here), together with the partitioner. ''; + platforms = stdenv.lib.platforms.all; maintainers = [ stdenv.lib.maintainers.aszlig ]; }; }