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

16 lines
438 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:24.04
options: --user root
steps:
- name: Hack container for local development
2024-10-24 11:46:20 +02:00
run: echo /home/runner/externals/node20/bin >> ${{ GITHUB_ACTION_PATH }}
2024-10-24 11:24:32 +02:00
- uses: actions/checkout@v4
- name: Check Nix flake inputs
2024-10-24 11:19:40 +02:00
uses: https://github.com/DeterminateSystems/flake-checker-action@v5