all repos — nixfiles @ 1627a49a51202c8c060144925ef9d8db570fcf93

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

Don't try to install vim on darwin
Alan Pearce alan@alanpearce.eu
Tue, 08 Oct 2019 19:37:00 +0200
commit

1627a49a51202c8c060144925ef9d8db570fcf93

parent

8dc03df48032ced8f753aff93b9619d506ffa184

1 files 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;
-  };
 }