mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 09:34:11 +02:00
use cachix official installation url
This commit is contained in:
parent
b4608ff1aa
commit
7fd13f5091
1 changed files with 1 additions and 2 deletions
|
|
@ -12,8 +12,7 @@ async function run() {
|
|||
const authToken = core.getInput('authToken')
|
||||
|
||||
core.startGroup('Installing Cachix')
|
||||
// TODO: use cachix official installation link
|
||||
await exec.exec('nix-env', ['-iA', 'cachix', '-f', 'https://github.com/NixOS/nixpkgs/tarball/ab5863afada3c1b50fc43bf774b75ea71b287cde']);
|
||||
await exec.exec('nix-env', ['-iA', 'cachix', '-f', 'https://cachix.org/api/v1/install']);
|
||||
core.endGroup()
|
||||
|
||||
// for private caches
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue