mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
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:
parent
87174a0d5a
commit
7ba91ca488
1 changed files with 1 additions and 4 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue