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.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 3d5c638..3afba38 100644
--- a/flake.nix
+++ b/flake.nix
@@ -26,6 +26,10 @@
     neovim.url = "github:neovim/neovim?dir=contrib";
     neovim.inputs.nixpkgs.follows = "unstable";
 
+    helix.url = "github:helix-editor/helix";
+    helix.inputs.nixpkgs.follows = "unstable";
+    helix.inputs.rust-overlay.follows = "rust";
+
     rust.url = "github:oxalica/rust-overlay";
     rust.inputs.nixpkgs.follows = "unstable";
   };