mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
11 lines
190 B
Groovy
11 lines
190 B
Groovy
pipeline {
|
|
agent any
|
|
stages {
|
|
stage ('Build') {
|
|
steps {
|
|
// https://github.com/srid/nixci
|
|
nixCI ()
|
|
}
|
|
}
|
|
}
|
|
}
|