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