mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 17:44:07 +02:00
use cachix 0.3.4
This commit is contained in:
parent
eea1c8cee8
commit
70e7e680d7
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ async function run() {
|
||||||
|
|
||||||
core.startGroup('Installing Cachix')
|
core.startGroup('Installing Cachix')
|
||||||
// TODO: use cachix official installation link
|
// 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.endGroup()
|
||||||
|
|
||||||
core.startGroup(`Cachix: using ` + cachixPush);
|
core.startGroup(`Cachix: using ` + cachixPush);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue