all repos — nixfiles @ 1627a49a51202c8c060144925ef9d8db570fcf93

System and user configuration, managed by nix and home-manager

Don't try to install vim on darwin

Alan Pearce
commit

1627a49a51202c8c060144925ef9d8db570fcf93

parent

8dc03df48032ced8f753aff93b9619d506ffa184

1 file changed, 0 insertions(+), 3 deletions(-)

jump to
M system/modules/programs/shell.nixsystem/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; - }; }