From a4a6b35d2a9011866a517994c2c5040685d2cdba Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 1 Jul 2023 13:53:12 -0400 Subject: initial commit --- .github/workflows/update-flake.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/update-flake.yaml (limited to '.github/workflows/update-flake.yaml') diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml new file mode 100644 index 0000000..a3498b9 --- /dev/null +++ b/.github/workflows/update-flake.yaml @@ -0,0 +1,24 @@ +name: update flake inputs + +on: + schedule: + - cron: "0 0 * * 6" + workflow_dispatch: + +permissions: + contents: write + pull-requests: write + +jobs: + update-flake: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - uses: cachix/install-nix-action@v21 + - uses: DeterminateSystems/magic-nix-cache-action@main + + - uses: DeterminateSystems/update-flake-lock@v19 + with: + commit-msg: "deps(flake): update inputs" + pr-title: "deps(flake): update inputs" -- cgit v1.2.3