nixos-hypervisor/.forgejo/workflows/flake-check.yml
Théo Barnouin c683ecfeea
Some checks failed
/ Build Nix targets (push) Failing after 4s
CI test: try to make checkout action working
2024-10-24 11:34:52 +02:00

13 lines
306 B
YAML

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