mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
fix: change nf-generate script path
This commit is contained in:
parent
3fc769d61e
commit
18845f9f3f
1 changed files with 1 additions and 1 deletions
|
|
@ -15,6 +15,6 @@
|
|||
export PATH="$PATH:${makeBinPath [pkgs.jq]}"
|
||||
NF_INPUT_CI=${string.escapeShellArg inputs.ci}
|
||||
NF_CONFIG_FILES=(${string.concatMapSep " " string.escapeShellArg ci.workflowConfigs})
|
||||
source ${../ci/generate.sh}
|
||||
source ${./generate.sh}
|
||||
'';
|
||||
in nf-generate
|
||||
Loading…
Add table
Add a link
Reference in a new issue