install-nix-action/lib/main.js

5 lines
210 B
JavaScript
Raw Normal View History

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