Skip to content

chore(deps): Bump DeterminateSystems/nix-installer-action from 9 to 10 #2

chore(deps): Bump DeterminateSystems/nix-installer-action from 9 to 10

chore(deps): Bump DeterminateSystems/nix-installer-action from 9 to 10 #2

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Christina Sørensen
# SPDX-FileContributor: Christina Sørensen
#
# SPDX-License-Identifier: AGPL-3.0-only
on:
pull_request:
push:
branches: [main]
jobs:
build:
name: Build Nix targets
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v5 # This action
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v10
- name: Nix Flake Check
run: nix flake check --all-systems