incus: 6.7.0 -> 6.8.0

https://github.com/lxc/incus/releases/tag/v6.8.0
This commit is contained in:
Adam C. Stephens 2024-12-13 08:58:09 -05:00
parent 699f04133b
commit 967137ab0e
No known key found for this signature in database
4 changed files with 27 additions and 105 deletions

View file

@ -18,7 +18,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";