0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

[Backport release-24.11] incus: 6.7.0 -> 6.8.0 (#365095)

This commit is contained in:
Wolfgang Walther 2024-12-15 18:35:10 +01:00 committed by GitHub
commit 148ddb5bf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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";