From 43a8dafeac28e3746899d9b03370a2a479533f6c Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Sat, 30 Aug 2025 11:33:17 -0400 Subject: [PATCH] fixed action --- .forgejo/workflows/flake-updater.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.forgejo/workflows/flake-updater.yml b/.forgejo/workflows/flake-updater.yml index 31c5630..3e2cde7 100644 --- a/.forgejo/workflows/flake-updater.yml +++ b/.forgejo/workflows/flake-updater.yml @@ -13,14 +13,10 @@ jobs: - uses: actions/checkout@v4 - name: install nix - uses: https://github.com/DeterminateSystems/determinate-nix-action@v3.5.2 + uses: https://github.com/DeterminateSystems/nix-installer-action@v17 with: extra-conf: "lazy-trees = true" - # - uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main - # with: - # use-flakehub: false - - uses: https://github.com/DeterminateSystems/update-flake-lock@v24 with: pr-title: "Update flake.lock" # Title of PR to be created