Skip to content

Update flakes

Update flakes #86

Workflow file for this run

name: "Update flakes"
on:
repository_dispatch:
workflow_dispatch:
schedule:
# 01:15 every first day of the month
- cron: '15 1 1 * *'
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Nix
uses: cachix/install-nix-action@V27
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v23
with:
pr-title: "Update flake.lock" # Title of PR to be created
inputs: nixpkgs
# pr-labels: | # Labels to be set on the PR
# dependencies
# automated