From 548274b6b54f6a23ce653c1d7613e222e00b5f70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 00:21:04 +0000 Subject: [PATCH] chore(deps): update nixos/nix docker tag to v2.21.0 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 336118b5..635f4b73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,7 @@ before_script: ci: stage: ci - image: nixos/nix:2.20.5 + image: nixos/nix:2.21.0 script: # Cache the inputs required for the devShell - ./bin/nix-build-and-cache .#devShells.x86_64-linux.default.inputDerivation @@ -66,7 +66,7 @@ ci: artifacts: stage: artifacts - image: nixos/nix:2.20.5 + image: nixos/nix:2.21.0 script: - ./bin/nix-build-and-cache .#static-x86_64-unknown-linux-musl - cp result/bin/conduit x86_64-unknown-linux-musl