nixos-hypervisor/.forgejo/workflows/flake-check.yml
Théo Barnouin 1b0aae63bf
Some checks failed
/ Build Nix targets (push) Failing after 4s
CI test: try to add node to PATH
2024-10-24 11:46:20 +02:00

15 lines
438 B
YAML

---
on: push
jobs:
nix_build:
name: Build Nix targets
runs-on: docker
container:
image: ubuntu:24.04
options: --user root
steps:
- name: Hack container for local development
run: echo /home/runner/externals/node20/bin >> ${{ GITHUB_ACTION_PATH }}
- uses: actions/checkout@v4
- name: Check Nix flake inputs
uses: https://github.com/DeterminateSystems/flake-checker-action@v5