diff --git a/.github/workflows/nix-update.yml b/.github/workflows/nix-update.yml new file mode 100644 index 0000000..30510a6 --- /dev/null +++ b/.github/workflows/nix-update.yml @@ -0,0 +1,13 @@ +name: Update Nix flake + +on: + schedule: + - cron: "0 0 * * *" + workflow_dispatch: + +jobs: + nix-update: + permissions: + contents: write + pull-requests: write + uses: enarx/.github/.github/workflows/nix-update.yml@main