From 3a6cff57a54db769fd64dcebd85a24fa889bf339 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 9 Aug 2021 13:00:59 -0400 Subject: [PATCH] Add vi to default shell --- README.org | 1 + shell.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/README.org b/README.org index 72e290e..a2ef34b 100644 --- a/README.org +++ b/README.org @@ -187,6 +187,7 @@ let in mkShell { buildInputs = [ + vi git ]; shellHook = '' diff --git a/shell.nix b/shell.nix index a5ce9d8..25818e4 100644 --- a/shell.nix +++ b/shell.nix @@ -10,6 +10,7 @@ let in mkShell { buildInputs = [ + vi git ]; shellHook = ''