mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2025-01-11 06:42:19 +01:00
?
This commit is contained in:
parent
fc6836999c
commit
7b165f2426
2 changed files with 5 additions and 5 deletions
4
dist/index.js
generated
vendored
4
dist/index.js
generated
vendored
|
@ -96403,7 +96403,7 @@ const external_node_dns_promises_namespaceObject = __WEBPACK_EXTERNAL_createRequ
|
|||
var cache = __nccwpck_require__(6878);
|
||||
;// CONCATENATED MODULE: external "node:child_process"
|
||||
const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:child_process");
|
||||
;// CONCATENATED MODULE: ./node_modules/.pnpm/github.com+DeterminateSystems+detsys-ts@e8e2112b827010190c298bcc2ea48845fab8c152_7zu4grzejqt6onoxzro546c3ra/node_modules/detsys-ts/dist/index.js
|
||||
;// CONCATENATED MODULE: ./node_modules/.pnpm/github.com+DeterminateSystems+detsys-ts@648f69e289639f26128ca776eef39347290b6166_7fe5lgv62becucu5juebhtz2jm/node_modules/detsys-ts/dist/index.js
|
||||
var __defProp = Object.defineProperty;
|
||||
var __export = (target, all) => {
|
||||
for (var name in all)
|
||||
|
@ -97288,7 +97288,7 @@ var STATE_KEY_NIX_NOT_FOUND = "detsys_action_nix_not_found";
|
|||
var STATE_NOT_FOUND = "not-found";
|
||||
var STATE_KEY_CROSS_PHASE_ID = "detsys_cross_phase_id";
|
||||
var STATE_BACKTRACE_START_TIMESTAMP = "detsys_backtrace_start_timestamp";
|
||||
var DIAGNOSTIC_ENDPOINT_TIMEOUT_MS = 5;
|
||||
var DIAGNOSTIC_ENDPOINT_TIMEOUT_MS = 1e4;
|
||||
var CHECK_IN_ENDPOINT_TIMEOUT_MS = 5;
|
||||
var DetSysAction = class {
|
||||
determineExecutionPhase() {
|
||||
|
|
|
@ -16,7 +16,7 @@ dependencies:
|
|||
version: 5.1.1
|
||||
detsys-ts:
|
||||
specifier: github:DeterminateSystems/detsys-ts#retry-streams
|
||||
version: github.com/DeterminateSystems/detsys-ts/e8e2112b827010190c298bcc2ea48845fab8c152
|
||||
version: github.com/DeterminateSystems/detsys-ts/648f69e289639f26128ca776eef39347290b6166
|
||||
got:
|
||||
specifier: ^14.4.2
|
||||
version: 14.4.2
|
||||
|
@ -5650,10 +5650,10 @@ packages:
|
|||
engines: { node: ">=10" }
|
||||
dev: true
|
||||
|
||||
github.com/DeterminateSystems/detsys-ts/e8e2112b827010190c298bcc2ea48845fab8c152:
|
||||
github.com/DeterminateSystems/detsys-ts/648f69e289639f26128ca776eef39347290b6166:
|
||||
resolution:
|
||||
{
|
||||
tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/e8e2112b827010190c298bcc2ea48845fab8c152,
|
||||
tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/648f69e289639f26128ca776eef39347290b6166,
|
||||
}
|
||||
name: detsys-ts
|
||||
version: 1.0.0
|
||||
|
|
Loading…
Reference in a new issue