From f87f1f5b8fb01c0c7bca2d6ad6029ebdc2b62129 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 625db096..ca5ad948 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 {