about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index a58ba40..5576009 100644
--- a/flake.nix
+++ b/flake.nix
@@ -32,7 +32,8 @@
     neovim-nightly.url = "github:nix-community/neovim-nightly-overlay";
     neovim-nightly.inputs.nixpkgs.follows = "unstable";
 
-    helix.url = "github:helix-editor/helix";
+    # TODO: https://github.com/helix-editor/helix/pull/9867
+    helix.url = "github:helix-editor/helix/0ff7ccbb2c1fd06584e150b366e0c46259a32aef";
     helix.inputs.nixpkgs.follows = "unstable";
     helix.inputs.rust-overlay.follows = "rust";