nix-config/.gitea/workflows/check-flake.yaml
Zuckerberg 8dfba8646c
All checks were successful
Check Flake / check-flake (push) Successful in 1m5s
Fix CI builder
2023-10-20 19:52:33 -06:00

24 lines
404 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 .
whoami
- name: Check Flake
run: nix flake check --show-trace