incus: fix container tests from image rename

This commit is contained in:
Adam C. Stephens 2024-11-30 00:00:17 -05:00
parent 9ab59bb5fb
commit c494726b98
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View File

@ -212,3 +212,6 @@ ce21e97a1f20dee15da85c084f9d1148d84f853b
# format files with nixfmt (#347275)
adb9714bd909df283c66bbd641bd631ff50a4260
# treewide: incus packages
9ab59bb5fb943ad6740f64f5a79eae9642fb8211

View File

@ -20,7 +20,7 @@ import ../make-test-python.nix (
container-image-metadata = "${
releases.incusContainerMeta.${pkgs.stdenv.hostPlatform.system}
}/tarball/nixos-system-${pkgs.stdenv.hostPlatform.system}.tar.xz";
}/tarball/nixos-image-lxc-*-${pkgs.stdenv.hostPlatform.system}.tar.xz";
container-image-rootfs = "${
releases.incusContainerImage.${pkgs.stdenv.hostPlatform.system}
}/nixos-lxc-image-${pkgs.stdenv.hostPlatform.system}.squashfs";