summary refs log tree commit diff
path: root/nixos/modules/profiles
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-30 15:57:02 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-30 16:04:15 +0200
commit5e96158234d93e624f179cf47e1e261670c1f901 (patch)
treebcbc879e3cda42cce376c0517ffab6fb9c06952e /nixos/modules/profiles
parente68b0c7f5f14b4bef23303ec0316bcce88f05300 (diff)
downloadnixpkgs-5e96158234d93e624f179cf47e1e261670c1f901.tar
nixpkgs-5e96158234d93e624f179cf47e1e261670c1f901.tar.gz
nixpkgs-5e96158234d93e624f179cf47e1e261670c1f901.tar.bz2
nixpkgs-5e96158234d93e624f179cf47e1e261670c1f901.tar.lz
nixpkgs-5e96158234d93e624f179cf47e1e261670c1f901.tar.xz
nixpkgs-5e96158234d93e624f179cf47e1e261670c1f901.tar.zst
nixpkgs-5e96158234d93e624f179cf47e1e261670c1f901.zip
Remove Subversion from the installation CD
Diffstat (limited to 'nixos/modules/profiles')
-rw-r--r--nixos/modules/profiles/base.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix
index 562419b3fac..6f9e3002f29 100644
--- a/nixos/modules/profiles/base.nix
+++ b/nixos/modules/profiles/base.nix
@@ -7,7 +7,6 @@
   # Include some utilities that are useful for installing or repairing
   # the system.
   environment.systemPackages = [
-    pkgs.subversion # for nixos-checkout
     pkgs.w3m # needed for the manual anyway
     pkgs.testdisk # useful for repairing boot problems
     pkgs.mssys # for writing Microsoft boot sectors / MBRs