From c62d1d9490c51f884dbe8c20b0bfdd10231c5754 Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Mon, 7 Feb 2022 23:32:57 -0500 Subject: [PATCH] feat: push to cachix --- .github/workflows/release.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d17c981..d86e0a8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,12 +17,12 @@ jobs: with: args: > bash -ec " - nix - --extra-experimental-features flakes - --extra-experimental-features nix-command - --extra-substituters http://172.17.0.1:5000?trusted=1 - --extra-substituters https://alejandra.cachix.org?trusted=1 - build + nix \ + --extra-experimental-features flakes \ + --extra-experimental-features nix-command \ + --extra-substituters http://172.17.0.1:5000?trusted=1 \ + --extra-substituters https://alejandra.cachix.org?trusted=1 \ + build \ --print-build-logs nix-env -iA cachix -f https://cachix.org/api/v1/install