use cachix 0.3.4

This commit is contained in:
Domen Kožar 2019-10-03 10:35:39 +02:00
commit 70e7e680d7
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -12,7 +12,7 @@ async function run() {
core.startGroup('Installing Cachix')
// TODO: use cachix official installation link
await exec.exec('nix-env', ['-iA', 'cachix', '-f', 'https://github.com/NixOS/nixpkgs/tarball/660db64a261bc583c909e82a0c553c4b1e07b655']);
await exec.exec('nix-env', ['-iA', 'cachix', '-f', 'https://github.com/NixOS/nixpkgs/tarball/ab5863afada3c1b50fc43bf774b75ea71b287cde']);
core.endGroup()
core.startGroup(`Cachix: using ` + cachixPush);