add workflow to update flake inputs
Some checks failed
/ build-all (push) Has been cancelled

This commit is contained in:
Antoine Vaure 2025-09-22 16:31:11 +02:00
parent c0d5c30418
commit 5d3b04415e

View file

@ -0,0 +1,11 @@
name: "Update Flake Packages ❄️"
on:
workflow_dispatch:
jobs:
updateFlakePackages:
runs-on: native
steps:
- name: Checkout repository
uses: https://github.com/actions/checkout@v3
- name: Update flake packages
uses: https://github.com/selfuryon/nix-update-action@v1.1.0