ci: upgrade nix to 2.24

This commit is contained in:
Siddarth Kumar 2024-11-01 23:43:30 +05:30
parent 8c60c34990
commit 824993e928
No known key found for this signature in database
GPG Key ID: 599D10112BF518DB
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ library 'status-jenkins-lib@v1.9.13'
def isPRBuild = utils.isPRBuild()
pipeline {
agent { label 'linux && x86_64 && nix-2.19' }
agent { label 'linux && x86_64 && nix-2.24' }
options {
timestamps()

View File

@ -5,7 +5,7 @@ library 'status-jenkins-lib@v1.9.13'
def isPRBuild = utils.isPRBuild()
pipeline {
agent { label 'linux && x86_64 && nix-2.19' }
agent { label 'linux && x86_64 && nix-2.24' }
options {
timestamps()