From 65e919ae70157e0e57c984737465de07ed975e91 Mon Sep 17 00:00:00 2001 From: naresh Date: Tue, 25 Mar 2025 13:00:08 +0000 Subject: [PATCH] Update .gitea/workflows/build.yaml --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d40b036..e697204 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -17,7 +17,7 @@ jobs: - run: apk add --no-cache nodejs nix - name: Checkout code uses: actions/checkout@v4 - - run: nix-channel --add https://nixos.org/channels/nixpkgs-stable && nix-channel --update + - run: nix-channel --add https://nixos.org/channels/nixos-24.11 && nix-channel --update - run: nix-shell -p biber tectonic --run "tectonic Main.tex" - name: Create Release