feat: helix - use stable version

This commit is contained in:
Ryan Yin
2026-04-27 00:40:49 +08:00
parent 319cf87196
commit 3a6a75c703
6 changed files with 5 additions and 140 deletions
-7
View File
@@ -137,13 +137,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
helix = {
# Helix with steel as plugin system
# https://github.com/helix-editor/helix/pull/8675
url = "github:mattwparas/helix/steel-event-system";
inputs.nixpkgs.follows = "nixpkgs";
};
# AI coding agents
llm-agents.url = "github:numtide/llm-agents.nix";