diff options
author | sefidel <contact@sefidel.net> | 2024-03-28 23:50:30 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-03-28 23:50:30 +0900 |
commit | 2a4d75751106fa20c77e120aec60dc2bbb150262 (patch) | |
tree | 0fa9df6821831be9144d90c297da51e0b1dd6679 | |
parent | fef5f1e19899c2fa83c486e680e2f4c3553c91d4 (diff) | |
download | nixrc-2a4d75751106fa20c77e120aec60dc2bbb150262.tar.gz nixrc-2a4d75751106fa20c77e120aec60dc2bbb150262.zip |
fix(flake): workaround helix#9866
-rw-r--r-- | flake.nix | 3 |
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"; |