nixos-hypervisor/.forgejo/workflows/flake-check.yml
Théo Barnouin 055c959b3c
Some checks failed
/ Build Nix targets (push) Failing after 3s
CI test: install nix on node CT
2024-10-24 11:52:45 +02:00

15 lines
384 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
- name: Check Nix flake inputs
uses: https://github.com/DeterminateSystems/flake-checker-action@v5
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4