nix-config/.gitea/workflows/check-flake.yaml
Zuckerberg 5cae715fe6
Some checks failed
Check Flake / check-flake (push) Failing after 2s
Add to PATH
2023-10-18 20:58:43 -06:00

23 lines
427 B
YAML

name: Check Flake
on: [push]
env:
DEBIAN_FRONTEND: noninteractive
PATH: /run/current-system/sw/bin/
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