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 <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2013-07-09 11:53:01 +02:00
parent 049d2381c5
commit aa35e66257
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -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 ];
};
}