rkt: remove incompatible stage1-host

This commit is contained in:
Stefan Junker 2016-06-24 12:55:03 -07:00
parent 5f2d746846
commit c357a6a7ac

View file

@ -8,7 +8,7 @@ let
coreosImageSystemdVersion = "229";
# TODO: track https://github.com/coreos/rkt/issues/1758 to allow "host" flavor.
stage1Flavours = [ "coreos" "fly" "host" ];
stage1Flavours = [ "coreos" "fly" ];
in stdenv.mkDerivation rec {
version = "1.9.1";