Skip to content

Commit ffb4c54

Browse files
committed
šŸ› fix(try): pin to pre-refactor revision to resolve lib/tui loading error
The upstream try package refactored the TUI library on Jan 16 2026 (commit dbb73fa), but the Nix flake.nix was not updated to bundle the lib/ directory. This caused 'require_relative "lib/tui"' to fail at runtime. Pinning to 4cf1364a3f (Jan 15 2026) uses the pre-refactor version while upstream PR #91 is being reviewed (tobi/try#91). Can update once the fix is merged and released. See upstream issues: #84, #90
1 parent 6b19191 commit ffb4c54

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

ā€Žflake.lockā€Ž

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ā€Žflake.nixā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
nixvim.url = "github:nix-community/nixvim";
3838
nixvim.inputs.nixpkgs.follows = "nixpkgs";
3939

40-
try.url = "github:tobi/try";
40+
try.url = "github:tobi/try/4cf1364a3f8859e1534c590971fc39933056138f";
4141
try.inputs.nixpkgs.follows = "nixpkgs";
4242

4343
opencode.url = "github:sst/opencode";

0 commit comments

Comments
Ā (0)