From 4735d8e5f9a55b335ed382d6c0a2761a0e111554 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 7 Apr 2026 16:58:35 +0900 Subject: [PATCH] WIP --- .gitea/workflows/update-data-sources.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/update-data-sources.yml b/.gitea/workflows/update-data-sources.yml index a55491c..31b0ce6 100644 --- a/.gitea/workflows/update-data-sources.yml +++ b/.gitea/workflows/update-data-sources.yml @@ -24,6 +24,12 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 + - name: Eval flake + run: nix flake show . + + - name: Eval upstream flake + run: nix flake show "git+https://git.pvv.ntnu.no/mugiten/datasources" + - name: Update jmdict run: nix run .#update-jmdict