Skip to content

Bump DeterminateSystems/nix-installer-action from 6 to 7 #9

Bump DeterminateSystems/nix-installer-action from 6 to 7

Bump DeterminateSystems/nix-installer-action from 6 to 7 #9

Workflow file for this run

name: "test"
on:
workflow_dispatch:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v7
- name: Cache Nix store
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Check flake
run: nix flake check --accept-flake-config