about summary refs log tree commit diff
path: root/.drone.yml
blob: 0f9cb4e03c6cd6b87029d7d59ee04b9a116af781 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
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