Testing-git/.forgejo/workflows/nix-check.yaml
Bart Koolen 6b9d45662a
Some checks failed
/ print-content (push) Failing after 1s
Added env dump to nix-check.yaml
2026-04-16 13:50:51 +02:00

11 lines
199 B
YAML

on: [push]
jobs:
print-content:
runs-on: nixos-latest
steps:
- name: Dump Environment Variables
run: env | sort
- name: run nix store info
run: nix store info