From fc8ff6932a673031e4e87a780552de7ed5c3edbb Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 27 Jul 2022 00:57:47 +0200 Subject: Change coreutils to uutils --- hosts/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/configuration.nix') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 5739b87..2254651 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -77,6 +77,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + (uutils-coreutils.override { prefix = ""; }) lm_sensors pulseaudio # used for tools python -- cgit 1.4.1