Skip to content

Update 'rust-overlay' input #79

Update 'rust-overlay' input

Update 'rust-overlay' input #79

name: "Update 'rust-overlay' input"
on:
repository_dispatch:
workflow_dispatch:
schedule:
# 04:05 on monday
- cron: '5 4 * * 1'
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v12
with:
name: deskodon
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v20
with:
pr-title: "Update rust-overlay in flake.lock" # Title of PR to be created
inputs: rust-overlay