From 75a2aee295a8425c2e0faa3a71be0d0143276fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 13 Feb 2024 19:48:50 +0100 Subject: [PATCH] chore: upgrade CI from Nix 2.14 to 2.19 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- 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 2342f884..cb5f8fa9 100644 --- a/ci/Jenkinsfile.nix-flake +++ b/ci/Jenkinsfile.nix-flake @@ -2,7 +2,7 @@ library 'status-jenkins-lib@v1.7.0' pipeline { agent { - label 'linux && nix-2.14 && x86_64' + label 'linux && nix-2.19 && x86_64' } options {