--- kind: pipeline type: docker name: flakes-update trigger: event: - cron steps: - name: update flakes image: nixpkgs/nix-flakes:nixos-22.05 commands: - nix flake update --commit-lock-file - nix develop -c git push origin --all