From 6bf84aef3db248b4d9c8e0d07c08fe2121fcf973 Mon Sep 17 00:00:00 2001 From: VojtechStep Date: Tue, 7 Jan 2025 17:20:54 +0100 Subject: [PATCH] REMOVEME: test an updated fork of hierarchy builder --- .nix/config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/.nix/config.nix b/.nix/config.nix index 8bb23f5dd..56ac8b7db 100644 --- a/.nix/config.nix +++ b/.nix/config.nix @@ -14,6 +14,7 @@ let master = [ common-bundles = listToAttrs (forEach master (p: { name = p; value.override.version = "master"; })) // { + hierarchy-builder.override.version = "VojtechStep:feature/breaking-add-section-variable"; mathcomp-single-planB-src.job = false; mathcomp-single-planB.job = false; mathcomp-single.job = false;