nix-config/.gitea/workflows/check-flake.yaml
Zuckerberg efe50be604
All checks were successful
Check Flake / check-flake (push) Successful in 53s
Update nixpkgs
2024-03-17 09:39:54 -06:00

19 lines
373 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
- name: Check Flake
run: nix flake check --print-build-logs --log-format raw --show-trace