nixosTests.lxd-image-server: use stdenv.hostPlatform.system
`pkgs.system` is an alias
This commit is contained in:
parent
6be42bf92d
commit
a231a1f91c
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
lxd-image-metadata = lxd-image.lxdMeta.${pkgs.system};
|
lxd-image-metadata = lxd-image.lxdMeta.${pkgs.stdenv.hostPlatform.system};
|
||||||
lxd-image-rootfs = lxd-image.lxdImage.${pkgs.system};
|
lxd-image-rootfs = lxd-image.lxdImage.${pkgs.stdenv.hostPlatform.system};
|
||||||
|
|
||||||
in {
|
in {
|
||||||
name = "lxd-image-server";
|
name = "lxd-image-server";
|
||||||
|
|
Loading…
Reference in a new issue