ci: try another nix installer

This commit is contained in:
winston 2024-03-09 00:11:49 +01:00
parent af14dbac0a
commit a089e65674
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
on: on:
push: push:
branches: branches:
@ -9,8 +11,11 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with: - name: Check Nix flake inputs
github_access_token: ${{ secrets.GITHUB_TOKEN }} uses: DeterminateSystems/flake-checker-action@v5
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- run: nix flake check --show-trace --accept-flake-config - run: nix flake check --show-trace --accept-flake-config
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json