nixos-hypervisor/.forgejo/workflows/flake-check.yml
Théo Barnouin 58ed4543f1
Some checks failed
/ Build Nix targets (push) Failing after 4s
Use checkout v4
2024-10-24 11:24:32 +02:00

12 lines
279 B
YAML

---
on: push
jobs:
nix_build:
name: Build Nix targets
runs-on: docker
container:
image: ubuntu:22.04
steps:
- uses: actions/checkout@v4
- name: Check Nix flake inputs
uses: https://github.com/DeterminateSystems/flake-checker-action@v5