mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
incus: fix container tests from image rename
This commit is contained in:
parent
9ab59bb5fb
commit
c494726b98
2 changed files with 4 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue