kind: pipeline type: docker name: default steps: - name: build image: "nixos/nix" environment: USER: root commands: - nix-channel --update - nix --extra-experimental-features nix-command build