nixos-hypervisor/.forgejo/workflows/flake-check.yml
Théo Barnouin 87d40e4905
Some checks failed
/ Build Nix targets (push) Failing after 5s
CI test: use node container (install node on other CT ?)
2024-10-24 11:50:04 +02:00

16 lines
364 B
YAML

---
on: push
jobs:
nix_build:
name: Build Nix targets
runs-on: docker
container:
image: node:20
options: --user root
steps:
- uses: actions/checkout@v4
- run: |
ls -alh
cd nixos-hypervisor
- name: Check Nix flake inputs
uses: https://github.com/DeterminateSystems/flake-checker-action@v5