Skip to content

fix: switch from deprecated magic-nix-cache to flakehub #31

fix: switch from deprecated magic-nix-cache to flakehub

fix: switch from deprecated magic-nix-cache to flakehub #31

Workflow file for this run

name: check-flake
on:
workflow_dispatch: # allows manual triggering
push:
pull_request:
jobs:
flake:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Check flake.nix
run: nix flake check --accept-flake-config