incus: fix container tests from image rename
This commit is contained in:
@@ -212,3 +212,6 @@ ce21e97a1f20dee15da85c084f9d1148d84f853b
|
|||||||
|
|
||||||
# format files with nixfmt (#347275)
|
# format files with nixfmt (#347275)
|
||||||
adb9714bd909df283c66bbd641bd631ff50a4260
|
adb9714bd909df283c66bbd641bd631ff50a4260
|
||||||
|
|
||||||
|
# treewide: incus packages
|
||||||
|
9ab59bb5fb943ad6740f64f5a79eae9642fb8211
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import ../make-test-python.nix (
|
|||||||
|
|
||||||
container-image-metadata = "${
|
container-image-metadata = "${
|
||||||
releases.incusContainerMeta.${pkgs.stdenv.hostPlatform.system}
|
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 = "${
|
container-image-rootfs = "${
|
||||||
releases.incusContainerImage.${pkgs.stdenv.hostPlatform.system}
|
releases.incusContainerImage.${pkgs.stdenv.hostPlatform.system}
|
||||||
}/nixos-lxc-image-${pkgs.stdenv.hostPlatform.system}.squashfs";
|
}/nixos-lxc-image-${pkgs.stdenv.hostPlatform.system}.squashfs";
|
||||||
|
|||||||
Reference in New Issue
Block a user