ci: specify path of nix flake

This commit is contained in:
Siddarth Kumar 2025-02-18 23:00:51 +05:30
parent 220a8dab3c
commit 9aaeefbec8
No known key found for this signature in database
GPG Key ID: 599D10112BF518DB

View File

@ -27,7 +27,7 @@ pipeline {
stages {
stage('Build') {
steps { script {
nix.flake('node')
nix.flake('node',[path: 'git+https://github.com/waku-org/go-waku'])
} }
}
stage('Check') {