From d74e93a703a971047896c2caff88d658a389fb84 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Tue, 12 Dec 2023 14:13:53 +0100 Subject: [PATCH] fix(workflows): And again --- .forgejo/workflows/npins.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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