From 47671606ddd2b3e88156f3475790fedebe1b7a32 Mon Sep 17 00:00:00 2001 From: strawberry Date: Fri, 23 Feb 2024 19:36:57 -0500 Subject: [PATCH] bump nix version in gitlab CI Signed-off-by: strawberry --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f91b5538..3eca4817 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ before_script: ci: stage: ci - image: nixos/nix:2.20.2 + image: nixos/nix:2.20.3 script: - direnv exec . engage cache: @@ -42,7 +42,7 @@ ci: static:x86_64-unknown-linux-musl: stage: artifacts - image: nixos/nix:2.20.2 + image: nixos/nix:2.20.3 script: # Push artifacts and build requirements to binary cache - ./bin/nix-build-and-cache .#static-x86_64-unknown-linux-musl @@ -55,7 +55,7 @@ static:x86_64-unknown-linux-musl: static:aarch64-unknown-linux-musl: stage: artifacts - image: nixos/nix:2.20.2 + image: nixos/nix:2.20.3 script: # Push artifacts and build requirements to binary cache - ./bin/nix-build-and-cache .#static-aarch64-unknown-linux-musl @@ -71,7 +71,7 @@ static:aarch64-unknown-linux-musl: # all containerized anyway. oci-image:x86_64-unknown-linux-gnu: stage: artifacts - image: nixos/nix:2.20.2 + image: nixos/nix:2.20.3 script: # Push artifacts and build requirements to binary cache # @@ -93,7 +93,7 @@ oci-image:aarch64-unknown-linux-musl: # Wait for the static binary job to finish before starting so we don't have # to build that twice for no reason - static:aarch64-unknown-linux-musl - image: nixos/nix:2.20.2 + image: nixos/nix:2.20.3 script: # Push artifacts and build requirements to binary cache - ./bin/nix-build-and-cache .#oci-image-aarch64-unknown-linux-musl