test
Some checks failed
/ perform flake analysis (push) Successful in 33s
/ build hive configuration (push) Has been cancelled

This commit is contained in:
Awen Lelu 2025-11-12 12:24:21 +01:00
parent 4c7c546d66
commit e8c839f745

View File

@ -0,0 +1,15 @@
on: [push]
jobs:
analysis:
permissions:
contents: read
id-token: write
name: perform flake analysis
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check Nix flake inputs
uses: http://github.com/DeterminateSystems/flake-checker-action@main