1
1
mirror of https://github.com/nmattia/niv.git synced 2024-11-08 08:26:02 +03:00
niv/.github/actions/nix/main.js
Nicolas Mattia 6cf4ff85b9 Add cachix
2020-02-20 19:00:59 +01:00

3 lines
115 B
JavaScript

const { execFileSync } = require('child_process');
execFileSync(`${__dirname}/install-nix`, { stdio: 'inherit' });