Skip to content

Update nixpkgs flake inputs #75

Update nixpkgs flake inputs

Update nixpkgs flake inputs #75

name: update nixpkgs flake inputs
on:
schedule:
# run daily at 0:00 utc
- cron: "0 0 * * *"
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
update:
uses: ./.github/workflows/update-lock.yaml
with:
commit-msg: "flake: update nixpkgs inputs"
inputs: "nixpkgs nixpkgs-stable"