lol

nixos/tests/lxd-image-server: fix eval

K900 29535e40 93d52c56

+2 -2
+2 -2
nixos/tests/lxd-image-server.nix
··· 8 8 }; 9 9 }; 10 10 11 - lxd-image-metadata = lxd-image.lxdMeta.${pkgs.stdenv.hostPlatform.system}; 12 - lxd-image-rootfs = lxd-image.lxdImage.${pkgs.stdenv.hostPlatform.system}; 11 + lxd-image-metadata = lxd-image.lxdContainerMeta.${pkgs.stdenv.hostPlatform.system}; 12 + lxd-image-rootfs = lxd-image.lxdContainerImage.${pkgs.stdenv.hostPlatform.system}; 13 13 14 14 in { 15 15 name = "lxd-image-server";