From 5c92824baa8b9a18b7cd150579e94ca69ac16718 Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Mon, 6 Jan 2025 17:26:41 +0530 Subject: [PATCH] ci: upgrade nix to 2.24 --- ci/Jenkinsfile.nix-flake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.nix-flake b/ci/Jenkinsfile.nix-flake index 625db0965..ca5ad9481 100644 --- a/ci/Jenkinsfile.nix-flake +++ b/ci/Jenkinsfile.nix-flake @@ -2,7 +2,7 @@ library 'status-jenkins-lib@v1.9.3' pipeline { agent { - label 'linux && nix-2.19 && x86_64' + label 'linux && nix-2.24 && x86_64' } options {