use cachix official installation url

This commit is contained in:
Domen Kožar 2019-12-17 19:28:50 +01:00
commit 7fd13f5091
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -12,8 +12,7 @@ async function run() {
const authToken = core.getInput('authToken') const authToken = core.getInput('authToken')
core.startGroup('Installing Cachix') core.startGroup('Installing Cachix')
// TODO: use cachix official installation link await exec.exec('nix-env', ['-iA', 'cachix', '-f', 'https://cachix.org/api/v1/install']);
await exec.exec('nix-env', ['-iA', 'cachix', '-f', 'https://github.com/NixOS/nixpkgs/tarball/ab5863afada3c1b50fc43bf774b75ea71b287cde']);
core.endGroup() core.endGroup()
// for private caches // for private caches