kind: pipeline type: docker name: default steps: - name: build image: "nixos/nix" environment: USER: root commands: - nix-channel --update - nix-build package.nix