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