From ae4a25fd9cb26f985b1bac28d97c3835618aac7b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Thu, 9 May 2024 07:34:33 +0200 Subject: [PATCH] ci nixos: switch container image tag Unfortunately the `latest` tag is amd64 only right now, even though it did have both recently. I hope this will work reliably. --- ci/pkgtest.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/pkgtest.yaml b/ci/pkgtest.yaml index b7b87c35d..2ac4d4cf9 100644 --- a/ci/pkgtest.yaml +++ b/ci/pkgtest.yaml @@ -119,7 +119,8 @@ nixos-unstable:pkgbuild: - docker - linux - ${PLATFORM} - image: nixos/nix + # https://github.com/NixOS/nix/issues/10648#issuecomment-2101993746 + image: docker.io/nixos/nix:latest-${PLATFORM} variables: NIX_PATH: nixpkgs=https://github.com/nixos/nixpkgs/archive/nixos-unstable.tar.gz -- 2.47.2