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:
Seth Flynn
2025-09-21 16:25:55 -04:00
parent 87174a0d5a
commit 7ba91ca488

View File

@@ -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