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

15 lines
405 B
YAML

on: [push]
jobs:
build:
env:
RUNNER_TOOL_CACHE: /toolcache
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