From d7412cbefcd5d8ae78ad65ab9d3173eb79b8fb51 Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Mon, 7 Feb 2022 23:52:26 -0500 Subject: [PATCH] feat: remove quotes --- .github/workflows/pr.yaml | 12 ++++++------ .github/workflows/release.yaml | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index cc2a609..ced14f3 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -19,8 +19,8 @@ jobs: 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' + --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,8 +31,8 @@ jobs: 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' + --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 @@ -47,8 +47,8 @@ jobs: # 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' + # --extra-substituters http://172.17.0.1:5000?priority=1?trusted=1 + # --extra-substituters https://alejandra.cachix.org?priority=100?trusted=1 # print-dev-env \ # --no-update-lock-file \ # --no-write-lock-file \ diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1e35c04..ddc44dd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,16 +20,16 @@ jobs: 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' \ + --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 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' \ + --extra-substituters http://172.17.0.1:5000?priority=1?trusted=1 \ + --extra-substituters https://alejandra.cachix.org?priority=100?trusted=1 \ develop \ --profile \ develop