rkt: remove incompatible stage1-host
This commit is contained in:
parent
5f2d746846
commit
c357a6a7ac
|
@ -8,7 +8,7 @@ let
|
||||||
coreosImageSystemdVersion = "229";
|
coreosImageSystemdVersion = "229";
|
||||||
|
|
||||||
# TODO: track https://github.com/coreos/rkt/issues/1758 to allow "host" flavor.
|
# TODO: track https://github.com/coreos/rkt/issues/1758 to allow "host" flavor.
|
||||||
stage1Flavours = [ "coreos" "fly" "host" ];
|
stage1Flavours = [ "coreos" "fly" ];
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
version = "1.9.1";
|
version = "1.9.1";
|
||||||
|
|
Loading…
Reference in New Issue