on: [push] jobs: print-content: runs-on: nix-runner steps: - name: Dump Environment Variables run: env | sort - name: list /nix run: ls -l /nix/var/nix/daemon-socket/ - name: run nix store info run: nix store info