Skip to content

Commit a995207

Browse files
committed
Revert pistond.js to avoid merge conflicts
1 parent 97fd8a1 commit a995207

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

api/src/bin/pistond.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,9 @@ expressWs(app);
3939

4040
logger.info('Loading packages');
4141

42-
const runtimes_data = cp
43-
.execSync(
44-
`nix eval --json ${config.flake_path}#pistonRuntimeSets.${config.runtime_set} --apply builtins.attrNames`
45-
)
46-
.toString();
42+
const runtimes_data = cp.execSync(`nix eval --json ${config.flake_path}#pistonRuntimeSets.${config.runtime_set} --apply builtins.attrNames`).toString();
4743
const runtimes = JSON.parse(runtimes_data);
48-
44+
4945
runtimes.for_each(pkg => runtime.load_runtime(pkg));
5046

5147
logger.info('Starting API Server');

0 commit comments

Comments
 (0)