From aa2af6bf93fb046c8c38c5cd7bc919bccea698b1 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 26 Mar 2024 18:36:02 +0000
Subject: [PATCH] chore(deps): update nixos/nix docker tag to v2.21.1

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 611d81d82..798815ffc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,7 +54,7 @@ before_script:
 
 ci:
   stage: ci
-  image: nixos/nix:2.21.0
+  image: nixos/nix:2.21.1
   script:
     # Cache the inputs required for the devShell
     - ./bin/nix-build-and-cache .#devShells.x86_64-linux.default.inputDerivation
@@ -79,7 +79,7 @@ ci:
 
 artifacts:
   stage: artifacts
-  image: nixos/nix:2.21.0
+  image: nixos/nix:2.21.1
   script:
     - ./bin/nix-build-and-cache .#static-x86_64-unknown-linux-musl
     - cp result/bin/conduit x86_64-unknown-linux-musl
-- 
GitLab