nixos-hypervisor/.forgejo/workflows/flake-check.yml
Théo Barnouin e081c50c8d
Some checks failed
/ Build Nix targets (push) Failing after 3s
Use absolute URL
2024-10-24 11:22:12 +02:00

12 lines
280 B
YAML

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