nix-config/.gitea/workflows/check-flake.yaml
Zuckerberg 299744c8c5
Some checks failed
Check Flake / check-flake (push) Failing after 3s
Attempt at using nixos CI builder
2023-10-18 20:57:06 -06:00

22 lines
391 B
YAML

name: Check Flake
on: [push]
env:
DEBIAN_FRONTEND: noninteractive
jobs:
check-flake:
runs-on: nixos
steps:
- name: Install dependencies
run: nix profile install nixpkgs#nodejs-18_x
- name: Checkout the repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Check Flake
run: nix flake check --show-trace