From 9b477cf08269467e0092f8b32b5198129e456b11 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Wed, 18 Oct 2023 21:13:07 -0600 Subject: [PATCH] debug --- .gitea/workflows/check-flake.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/check-flake.yaml b/.gitea/workflows/check-flake.yaml index 70d653b..fdef199 100644 --- a/.gitea/workflows/check-flake.yaml +++ b/.gitea/workflows/check-flake.yaml @@ -15,5 +15,9 @@ jobs: with: fetch-depth: 0 + - run: | + pwd + ls -lah . + - name: Check Flake run: nix flake check --show-trace \ No newline at end of file