From 8537dc0f6f8685a0f255703bf67b93a7b1fb2f6d Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 21 Oct 2024 00:16:46 +0200 Subject: [PATCH] Update update-flake.yml --- .github/workflows/update-flake.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index 97801da..ff62f52 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -10,8 +10,13 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + - name: Enable magic Nix cache + uses: DeterminateSystems/magic-nix-cache-action@main + - name: Check flake + uses: DeterminateSystems/flake-checker-action@main - name: Update Nix Flake Lock uses: DeterminateSystems/update-flake-lock@main with: pr-title: "flake: update flake.lock" pr-reviewers: itepastra + token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}