install-nix-action/lib/main.js

5 lines
210 B
JavaScript
Raw Normal View History

2019-09-30 05:52:02 +10:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
2020-02-24 19:50:50 +11:00
const child_process_1 = require("child_process");
2020-02-27 00:12:17 +11:00
child_process_1.execFileSync(`${__dirname}/install-nix.sh`, { stdio: 'inherit' });