diff --git a/.forgejo/workflows/npins.yaml b/.forgejo/workflows/npins.yaml index 044616f..dcda697 100644 --- a/.forgejo/workflows/npins.yaml +++ b/.forgejo/workflows/npins.yaml @@ -2,7 +2,7 @@ name: npins update on: schedule: # Run at 11 o'clock every day - - cron: "37 12 * * *" + - cron: "15 14 * * *" jobs: npins_update: @@ -21,6 +21,7 @@ jobs: - name: Install npins and tea run: | + . /root/.nix-profile/etc/profile.d/nix.sh nix-env -iA npins nix-env -iA tea