From 2a4d75751106fa20c77e120aec60dc2bbb150262 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 28 Mar 2024 23:50:30 +0900 Subject: fix(flake): workaround helix#9866 --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; -- cgit 1.4.1