nixos-hypervisor/.forgejo/workflows/flake-check.yml

13 lines
280 B
YAML
Raw Normal View History

---
on: push
jobs:
nix_build:
name: Build Nix targets
2024-10-24 11:16:55 +02:00
runs-on: docker
container:
image: ubuntu:22.04
steps:
2024-10-24 11:22:12 +02:00
# - uses: actions/checkout@v3
- name: Check Nix flake inputs
2024-10-24 11:19:40 +02:00
uses: https://github.com/DeterminateSystems/flake-checker-action@v5