From 170405fbb08c026f6304dc543d84f0f43b9772cf Mon Sep 17 00:00:00 2001 From: Nick <145419280+nicklany01@users.noreply.github.com> Date: Tue, 10 Feb 2026 21:02:18 +1000 Subject: [PATCH] nix: fix todoist command replacement in default.nix (#86) Target the command list specifically ["todoist"] instead of a global replace to avoid breaking the configuration key structure. --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index e8ba844..dafab0d 100644 --- a/default.nix +++ b/default.nix @@ -68,7 +68,7 @@ python3.pkgs.buildPythonApplication { # Use config bin instead of discord + fix todoist + fix app2unit substituteInPlace src/caelestia/subcommands/toggle.py \ --replace-fail 'discord' ${discordBin} \ - --replace-fail 'todoist' 'todoist.desktop'\ + --replace-fail '["todoist"]' '["todoist.desktop"]'\ --replace-fail 'app2unit' ${app2unit}/bin/app2unit # Use config style instead of darkly