fix: change nf-generate script path

This commit is contained in:
Kat Inskip 2024-10-25 13:42:02 -04:00
parent 3fc769d61e
commit 18845f9f3f
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -15,6 +15,6 @@
export PATH="$PATH:${makeBinPath [pkgs.jq]}" export PATH="$PATH:${makeBinPath [pkgs.jq]}"
NF_INPUT_CI=${string.escapeShellArg inputs.ci} NF_INPUT_CI=${string.escapeShellArg inputs.ci}
NF_CONFIG_FILES=(${string.concatMapSep " " string.escapeShellArg ci.workflowConfigs}) NF_CONFIG_FILES=(${string.concatMapSep " " string.escapeShellArg ci.workflowConfigs})
source ${../ci/generate.sh} source ${./generate.sh}
''; '';
in nf-generate in nf-generate