Skip to content

PROTON_USE_NTSYNC=1 #295

PROTON_USE_NTSYNC=1

PROTON_USE_NTSYNC=1 #295

name: nix flake check
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v31
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
experimental-features = nix-command flakes
- name: nix flake check
run: nix flake check