Adjust flake update CI

This commit is contained in:
Vili Sinervä 2025-07-12 00:40:56 +03:00
parent 961b18f2cf
commit 10ce88d1c2
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos

View file

@ -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ä'