install attic from cachix for now

This commit is contained in:
Robin Appelman 2023-05-24 15:34:00 +02:00
commit f2dc9e5daf
2 changed files with 2 additions and 2 deletions

2
dist/main/index.js vendored
View file

@ -4300,7 +4300,7 @@ const pathsToPush = core.getInput('pathsToPush');
const pushFilter = core.getInput('pushFilter');
const atticArgs = core.getInput('atticArgs');
const installCommand = core.getInput('installCommand') ||
"nix-store -r /nix/store/0zplda5sjpr44lrgh47rrg67iv1f3bam-attic-0.1.0 --extra-substituters https://cache.icewind.me/attic-action --extra-trusted-public-keys attic-action:922cbVIJIubQvnF+ymBpFAbYjBHtD+yU4OHmNasqHhg=" +
"nix-store -r /nix/store/0zplda5sjpr44lrgh47rrg67iv1f3bam-attic-0.1.0 --extra-substituters https://attic-action.cachix.org --extra-trusted-public-keys attic-action.cachix.org-1:3Iqcq1PU6FJmNWyfSMKcx2HIBei6fybMIgVBcHS5Uvc=" +
"&& nix profile install github:zhaofengli/attic?rev=5f85e35a25085b75e1cbb6cc7291726fa4fab2ed#attic --extra-experimental-features 'nix-command flakes'";
function setup() {
return __awaiter(this, void 0, void 0, function* () {