chore(deps): bump DeterminateSystems/nix-installer-action from 13 to … #432
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
pull_request: | |
push: | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Set up Git repository | |
uses: actions/checkout@v4 | |
- name: Install the Nix package manager | |
uses: cachix/install-nix-action@v29 | |
- name: Flake Check | |
run: nix flake check | |
- name: Check Nix flake Nixpkgs inputs | |
uses: DeterminateSystems/flake-checker-action@v9 | |
with: | |
nixpkgs-keys: nixpkgs,unstable |