From 82cad9eabd80b11d9905b401e92c33ad197fee63 Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Mon, 7 Feb 2022 23:57:01 -0500 Subject: [PATCH] feat: continuation \ --- .github/workflows/pr.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 8eaf743..90aa573 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.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?priority=1&trusted=1' - --extra-substituters 'https://alejandra.cachix.org?priority=100&trusted=1' - build + nix \ + --extra-experimental-features flakes \ + --extra-experimental-features nix-command \ + --extra-substituters 'http://172.17.0.1:5000?priority=1&trusted=1' \ + --extra-substituters 'https://alejandra.cachix.org?priority=100&trusted=1' \ + build \ --print-build-logs " @@ -31,13 +31,13 @@ jobs: with: args: > bash -ec " - nix - --extra-experimental-features flakes - --extra-experimental-features nix-command - --extra-substituters 'http://172.17.0.1:5000?priority=1&trusted=1' - --extra-substituters 'https://alejandra.cachix.org?priority=100&trusted=1' - flake - check + nix \ + --extra-experimental-features flakes \ + --extra-experimental-features nix-command \ + --extra-substituters 'http://172.17.0.1:5000?priority=1&trusted=1' \ + --extra-substituters 'https://alejandra.cachix.org?priority=100&trusted=1' \ + flake \ + check \ --print-build-logs "