From 017103f261b01ac4010fb578c5c936f52939c8bb Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Thu, 13 Jul 2023 13:18:57 -0700 Subject: [PATCH] Use fixed nix-installer branch --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62b5832..8a321e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: logger: pretty log-directives: nix_installer=trace backtrace: full - nix-installer-branch: main + nix-installer-pr: 568 - name: echo $PATH run: echo $PATH - name: Test `nix` with `$GITHUB_PATH` @@ -42,7 +42,7 @@ jobs: logger: pretty log-directives: nix_installer=trace backtrace: full - nix-installer-branch: main + nix-installer-pr: 568 - name: Test `nix` with `$GITHUB_PATH` if: success() || failure() run: | @@ -60,7 +60,7 @@ jobs: reinstall: true extra-conf: | use-sqlite-wal = true - nix-installer-branch: main + nix-installer-pr: 568 - name: Test `nix` with `$GITHUB_PATH` if: success() || failure() run: | @@ -86,7 +86,7 @@ jobs: logger: pretty log-directives: nix_installer=trace backtrace: full - nix-installer-branch: main + nix-installer-pr: 568 - name: echo $PATH run: echo $PATH - name: Test `nix` with `$GITHUB_PATH` @@ -115,7 +115,7 @@ jobs: logger: pretty log-directives: nix_installer=trace backtrace: full - nix-installer-branch: main + nix-installer-pr: 568 - name: Test `nix` with `$GITHUB_PATH` if: success() || failure() run: | @@ -133,7 +133,7 @@ jobs: reinstall: true extra-conf: | use-sqlite-wal = true - nix-installer-branch: main + nix-installer-pr: 568 - name: Test `nix` with `$GITHUB_PATH` if: success() || failure() run: |