--- kind: pipeline type: docker name: exec docker test steps: - name: test image: hello-world --- kind: pipeline type: exec name: exec runner test steps: - name: test commands: - nix run 'nixpkgs#hello' ...