ci(nix): always use upstream nix
This ensures evaluation is consistent between out-of-tree and in-tree runs It also probably won't be possible to install upstream Nix with the Determinate installer action soon so..... Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
5
.github/workflows/nix.yml
vendored
5
.github/workflows/nix.yml
vendored
@@ -67,7 +67,6 @@ permissions:
|
||||
|
||||
env:
|
||||
DEBUG: ${{ github.ref_type != 'tag' }}
|
||||
USE_DETERMINATE: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -96,9 +95,7 @@ jobs:
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@v19
|
||||
with:
|
||||
determinate: ${{ env.USE_DETERMINATE }}
|
||||
uses: cachix/install-nix-action@v31
|
||||
|
||||
# For PRs
|
||||
- name: Setup Nix Magic Cache
|
||||
|
||||
Reference in New Issue
Block a user