diff --git a/.gitea/workflows/check-flake.yaml b/.gitea/workflows/check-flake.yaml index 2b179cb..4af8e03 100644 --- a/.gitea/workflows/check-flake.yaml +++ b/.gitea/workflows/check-flake.yaml @@ -20,6 +20,9 @@ jobs: with: fetch-depth: 0 + - name: Get ENV var names + run: printenv | cut -d'=' -f1 + - name: Check Flake run: nix flake check --show-trace