feat: flake update workflow #1

Merged
Koen merged 21 commits from workflows into main 2026-02-10 18:25:00 +01:00
Showing only changes of commit 73c98f9351 - Show all commits

View file

@ -1,8 +1,12 @@
on: [push]
# schedule:
# - cron: "0 3 * * sun" # Runs every 3AM on sunday
jobs:
test:
runs-on: nixos
steps:
- run: echo foobar4 All good!
- uses: actions/checkout@v4
- run: ls -la
- run: nix flake update
- run: git commit flake.lock -m "Update flake.lock"
- run: git push