Don't try to install vim on darwin
Alan Pearce alan@alanpearce.eu
Tue, 08 Oct 2019 19:37:00 +0200
1 files changed, 0 insertions(+), 3 deletions(-)
M system/modules/programs/shell.nix → system/modules/programs/shell.nix
@@ -5,7 +5,4 @@ enable = true; promptInit = ""; }; programs.bash.enableCompletion = true; - programs.vim = pkgs.lib.attrsets.optionalAttrs pkgs.stdenv.isDarwin { - enable = true; - }; }