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