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.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index 42920e4..c6c7350 100644
--- a/flake.nix
+++ b/flake.nix
@@ -33,11 +33,6 @@
     neovim-nightly.url = "github:nix-community/neovim-nightly-overlay";
     neovim-nightly.inputs.nixpkgs.follows = "unstable";
 
-    # 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";
-
     rust.url = "github:oxalica/rust-overlay";
     rust.inputs.nixpkgs.follows = "unstable";