Skip to content

Commit 9aaeefb

Browse files
committed
ci: specify path of nix flake
1 parent 220a8da commit 9aaeefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Jenkinsfile.nix-flake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pipeline {
2727
stages {
2828
stage('Build') {
2929
steps { script {
30-
nix.flake('node')
30+
nix.flake('node',[path: 'git+https://github.com/waku-org/go-waku'])
3131
} }
3232
}
3333
stage('Check') {

0 commit comments

Comments
 (0)