ci: upgrade nix to 2.24

This commit is contained in:
Siddarth Kumar 2025-01-06 17:26:41 +05:30
parent 24932b529c
commit f87f1f5b8f
No known key found for this signature in database
GPG Key ID: 599D10112BF518DB

View File

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