homelab/.gitea/workflows/analysis.yml
Awen Lelu 6e7950523f
Some checks failed
/ Build Nix targets (push) Has been cancelled
add DeterministSystem cache
2025-11-12 11:20:19 +01:00

16 lines
420 B
YAML

on: [push]
jobs:
build:
permissions:
contents: read
id-token: write
name: Build Nix targets
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