nix-config/.gitea/workflows/check-flake.yaml
Zuckerberg 9b477cf082
Some checks failed
Check Flake / check-flake (push) Failing after 4s
debug
2023-10-18 21:13:07 -06:00

23 lines
387 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: Checkout the repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: |
pwd
ls -lah .
- name: Check Flake
run: nix flake check --show-trace