mirror of
https://github.com/nmattia/niv.git
synced 2024-11-08 08:26:02 +03:00
3 lines
115 B
JavaScript
3 lines
115 B
JavaScript
const { execFileSync } = require('child_process');
|
|
execFileSync(`${__dirname}/install-nix`, { stdio: 'inherit' });
|