Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/Jenkinsfile.nix-flake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
library '[email protected].3'
library '[email protected].16'

pipeline {
agent {
label 'linux && nix-2.19 && x86_64'
label 'linux && nix-2.24 && x86_64'
}

options {
Expand Down
Loading