From 27b523a31cc6983821e22b04dba51358234e4548 Mon Sep 17 00:00:00 2001 From: spl3g Date: Sun, 17 Nov 2024 13:22:31 +0300 Subject: fix: use the actual neovim package name --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 1288d38..f8bd925 100644 --- a/shell.nix +++ b/shell.nix @@ -5,6 +5,6 @@ default = pkgs.mkShell { # Enable experimental features without having to specify the argument NIX_CONFIG = "experimental-features = nix-command flakes"; - nativeBuildInputs = with pkgs; [ nix home-manager git nvim ]; + nativeBuildInputs = with pkgs; [ nix home-manager git neovim ]; }; } -- cgit v1.2.3