Skip to content

Commit c494726

Browse files
committed
incus: fix container tests from image rename
1 parent 9ab59bb commit c494726

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,6 @@ ce21e97a1f20dee15da85c084f9d1148d84f853b
212212

213213
# format files with nixfmt (#347275)
214214
adb9714bd909df283c66bbd641bd631ff50a4260
215+
216+
# treewide: incus packages
217+
9ab59bb5fb943ad6740f64f5a79eae9642fb8211

nixos/tests/incus/container.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import ../make-test-python.nix (
2020

2121
container-image-metadata = "${
2222
releases.incusContainerMeta.${pkgs.stdenv.hostPlatform.system}
23-
}/tarball/nixos-system-${pkgs.stdenv.hostPlatform.system}.tar.xz";
23+
}/tarball/nixos-image-lxc-*-${pkgs.stdenv.hostPlatform.system}.tar.xz";
2424
container-image-rootfs = "${
2525
releases.incusContainerImage.${pkgs.stdenv.hostPlatform.system}
2626
}/nixos-lxc-image-${pkgs.stdenv.hostPlatform.system}.squashfs";

0 commit comments

Comments
 (0)