Skip to content

Commit

Permalink
Merge pull request #125 from detsys-pr-bot/detsys-ts-update-e8f6e8f54…
Browse files Browse the repository at this point in the history
…d85aa0fd3d0b694dd3279a21497a33b

Update `detsys-ts`: Merge pull request #61 from DeterminateSystems/use-coalesce-for-array
  • Loading branch information
grahamc authored Aug 26, 2024
2 parents 24f53da + 73ba0ca commit 4cf6b19
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93421,7 +93421,7 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
const external_node_path_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:path");
;// CONCATENATED MODULE: external "node:stream/promises"
const external_node_stream_promises_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:stream/promises");
;// CONCATENATED MODULE: ./node_modules/.pnpm/github.com+DeterminateSystems+detsys-ts@cf1897a891edc164a8240f469cd56d14364e6be1_fq5hfjh622jf54cg4vepqdc2u4/node_modules/detsys-ts/dist/index.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/github.com+DeterminateSystems+detsys-ts@e8f6e8f54d85aa0fd3d0b694dd3279a21497a33b_my6t2hapzhbardj4d5wtrx4lzm/node_modules/detsys-ts/dist/index.js
var __defProp = Object.defineProperty;
var __export = (target, all) => {
for (var name in all)
Expand Down Expand Up @@ -94910,7 +94910,11 @@ function makeOptionsConfident(actionOptions) {
fetchStyle: actionOptions.fetchStyle,
legacySourcePrefix: actionOptions.legacySourcePrefix,
requireNix: actionOptions.requireNix,
binaryNamePrefixes: actionOptions.binaryNamePrefixes || ["nix"]
binaryNamePrefixes: actionOptions.binaryNamePrefixes ?? [
"nix",
"determinate-nixd",
actionOptions.name
]
};
core.debug("idslib options:");
core.debug(JSON.stringify(finalOpts, void 0, 2));
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4cf6b19

Please sign in to comment.