diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-11-17 13:22:31 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:58:56 +0300 |
| commit | 27b523a31cc6983821e22b04dba51358234e4548 (patch) | |
| tree | 235b4f0b77eb20e348caea66624d33afa2468a32 /shell.nix | |
| parent | 8041aab8bc1c287acc687bf28a3fb782c9fa6a77 (diff) | |
fix: use the actual neovim package name
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ]; }; } |
