From c774cc960813063e499180eedcaaa7fca60abd44 Mon Sep 17 00:00:00 2001 From: Dario Gabriel Lipicar Date: Mon, 15 Jun 2026 11:25:52 -0300 Subject: [PATCH] tutorial(cpp-ui): don't pin logos-module-builder in calc-ui-cpp flake MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The generated example flake hard-pinned logos-module-builder to a specific commit; every other tutorial output (and the generated .md) tracks the branch via `github:logos-co/logos-module-builder` — only release builds pin (the spec's `{release}` placeholder). Drop the stray rev to match. Co-Authored-By: Claude Opus 4.8 (1M context) --- outputs/logos-calc-ui-cpp/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outputs/logos-calc-ui-cpp/flake.nix b/outputs/logos-calc-ui-cpp/flake.nix index a622b1d..61af2b9 100644 --- a/outputs/logos-calc-ui-cpp/flake.nix +++ b/outputs/logos-calc-ui-cpp/flake.nix @@ -2,7 +2,7 @@ description = "Calculator C++ UI plugin for Logos - QML view with process-isolated backend for calc_module"; inputs = { - logos-module-builder.url = "github:logos-co/logos-module-builder/de0c4c53712bd4171163c111b9387ee9035b9721"; + logos-module-builder.url = "github:logos-co/logos-module-builder"; # Points at your local calc_module checkout. This is a placeholder — # you lock it to your actual path in the next step with