From 3d2b24d1617f523bcd96dad48c91b7d3cbf496b3 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 19 Apr 2015 22:14:57 +0200 Subject: Remove pciutils and usbutils from the default system path Issue #7117. --- nixos/modules/config/system-path.nix | 2 -- nixos/modules/profiles/base.nix | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix index f3e86bfd2019..25c8ac307716 100644 --- a/nixos/modules/config/system-path.nix +++ b/nixos/modules/config/system-path.nix @@ -40,7 +40,6 @@ let pkgs.ncurses pkgs.netcat pkgs.openssh - pkgs.pciutils pkgs.perl pkgs.procps pkgs.rsync @@ -48,7 +47,6 @@ let pkgs.sysvtools pkgs.su pkgs.time - pkgs.usbutils pkgs.utillinux extraManpages ]; diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix index 0864fe794351..0d40b7112df7 100644 --- a/nixos/modules/profiles/base.nix +++ b/nixos/modules/profiles/base.nix @@ -29,6 +29,8 @@ pkgs.hdparm pkgs.dmraid pkgs.smartmontools # for diagnosing hard disks + pkgs.pciutils + pkgs.usbutils # Tools to create / manipulate filesystems. pkgs.ntfsprogs # for resizing NTFS partitions -- cgit 1.4.1