Skip to content

Commit

Permalink
Fix deno-app-build
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Apr 16, 2024
1 parent 349588f commit 196caa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/deno-app-build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}:
let
generateBuildCommands = outputVarName: srcPath: ''
${outputVarName}=$(${deno-app-build}/bin/deno-app-build --app-path="${srcPath}" --out-path="$TEMP_OUT") || exit $?
${outputVarName}=$(${deno-app-build}/bin/deno-app-build --app-path="${srcPath}" --out-path="$out") || exit $?
${if prefix-patch != null then ''
PATCHED_${outputVarName}=$(mktemp)
cat ${prefix-patch} > "$PATCHED_${outputVarName}"
Expand Down

0 comments on commit 196caa8

Please sign in to comment.