From 3254664b020e249cfbd20e2a17b11e91f43d92fc Mon Sep 17 00:00:00 2001 From: madmin Date: Sat, 20 Jul 2024 11:18:12 +0200 Subject: [PATCH] feat(shell): add vim to allSystem shell --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index 424425a..4fcb51e 100644 --- a/shell.nix +++ b/shell.nix @@ -19,6 +19,8 @@ inherit (pkgs) # Required for pre-commit hook 'nixpkgs-fmt' only on Darwin # REF: + vim + libiconv nix