Added env dump to nix-check.yaml
Some checks failed
/ print-content (push) Failing after 1s

This commit is contained in:
Bart Koolen 2026-04-16 13:50:51 +02:00
parent fd2523cc7d
commit 6b9d45662a
2 changed files with 3 additions and 0 deletions

View file

@ -4,5 +4,8 @@ jobs:
print-content: print-content:
runs-on: nixos-latest runs-on: nixos-latest
steps: steps:
- name: Dump Environment Variables
run: env | sort
- name: run nix store info - name: run nix store info
run: nix store info run: nix store info