homelab/.gitea/workflows/analysis.yml
shobu 9a451e6d1c
Some checks failed
/ Build Nix targets (push) Failing after 1m57s
set branch to run on puch
2025-11-11 23:11:56 +01:00

15 lines
380 B
YAML

on: [push]
jobs:
build:
name: Build Nix targets
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@main # This action
- name: Install Nix
uses: DeterminateSystems/determinate-nix-action@v3
- name: Build default package
run: nix build