--- kind: pipeline type: exec name: exec-runner-test platform: os: linux arch: amd64 steps: - name: test commands: - nix shell 'nixpkgs#hello' -c hello ...