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/profiles/base.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules/profiles') 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