chore: upgrade CI from Nix 2.14 to 2.19

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-02-13 19:48:50 +01:00
parent 4f232c40ca
commit 75a2aee295
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4

View File

@ -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 {