about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-05-10 22:23:46 +0900
committersefidel <contact@sefidel.net>2024-05-10 22:26:06 +0900
commit4e247eba38878aae943a860720c516eb4ece8bc2 (patch)
treeb4290f8fca51495c5c1df4eff2d5337659f0fb9d /flake.nix
parent53e02e1acee9b081166c58d8bafd33bc9b80721b (diff)
downloadnixrc-4e247eba38878aae943a860720c516eb4ece8bc2.tar.gz
nixrc-4e247eba38878aae943a860720c516eb4ece8bc2.zip
feat(home/development): switch to nixpkgs helix
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";