summary refs log tree commit diff
path: root/nixos/modules/profiles/base.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-06-04 10:33:52 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-06-04 11:06:44 +0200
commit6bf18533878c751c2f630d16ccfec471441e8477 (patch)
tree7460cd40838dbcb375a0d7ed30941829e159b1f7 /nixos/modules/profiles/base.nix
parenta53955eac99ce2933b6bdbf6d152754878c063b5 (diff)
downloadnixpkgs-6bf18533878c751c2f630d16ccfec471441e8477.tar
nixpkgs-6bf18533878c751c2f630d16ccfec471441e8477.tar.gz
nixpkgs-6bf18533878c751c2f630d16ccfec471441e8477.tar.bz2
nixpkgs-6bf18533878c751c2f630d16ccfec471441e8477.tar.lz
nixpkgs-6bf18533878c751c2f630d16ccfec471441e8477.tar.xz
nixpkgs-6bf18533878c751c2f630d16ccfec471441e8477.tar.zst
nixpkgs-6bf18533878c751c2f630d16ccfec471441e8477.zip
Don't include 4 editors in the minimal installation CD
Emphasis on "minimal".
Diffstat (limited to 'nixos/modules/profiles/base.nix')
-rw-r--r--nixos/modules/profiles/base.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix
index 6c8e9994379..c207829aabd 100644
--- a/nixos/modules/profiles/base.nix
+++ b/nixos/modules/profiles/base.nix
@@ -44,11 +44,6 @@
     pkgs.zip
     pkgs.dar # disk archiver
     pkgs.cabextract
-
-    # Some editors.
-    pkgs.vim
-    pkgs.bvi # binary editor
-    pkgs.joe
   ];
 
   # Include support for various filesystems.