From 7a558da83e2b5416af826f941daeae127a409432 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 24 Oct 2022 01:00:37 +0200 Subject: Hosts: Use uutils for coreutils --- hosts/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/configuration.nix') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 80dc7f6..a010eba 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -98,7 +98,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - #(uutils-coreutils.override { prefix = ""; }) + (uutils-coreutils.override { prefix = ""; }) lm_sensors pulseaudio # used for tools alsa-utils -- cgit 1.4.1