From 10ce88d1c28b02a4f591d3ac53fcb6f874bd0043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Sat, 12 Jul 2025 00:40:56 +0300 Subject: [PATCH] Adjust flake update CI --- .forgejo/workflows/flake-lock-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/flake-lock-update.yaml b/.forgejo/workflows/flake-lock-update.yaml index 5865fdc..5185987 100644 --- a/.forgejo/workflows/flake-lock-update.yaml +++ b/.forgejo/workflows/flake-lock-update.yaml @@ -6,7 +6,7 @@ jobs: flake-lock-update: runs-on: nixos-latest steps: - - run: nix --experimental-features 'nix-command flakes' profile install nixpkgs#nodejs-slim + - run: nix --experimental-features 'nix-command flakes' --connect-timeout 10 profile add nixpkgs#nodejs-slim - uses: https://code.forgejo.org/actions/checkout@v4 - run: | git config --global user.name 'Vili Sinervä'