diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-27 00:57:47 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-27 00:57:47 +0200 |
commit | e3189f8bf5994986af3038acd2943631964b3d7b (patch) | |
tree | a0dec81377c5103195b426e42d0cf3b6c1c1aebe /hosts/configuration.nix | |
parent | Luna: Enable zram (diff) | |
download | nixos-config-e3189f8bf5994986af3038acd2943631964b3d7b.tar.gz nixos-config-e3189f8bf5994986af3038acd2943631964b3d7b.tar.bz2 nixos-config-e3189f8bf5994986af3038acd2943631964b3d7b.zip |
Change coreutils to uutils
Diffstat (limited to 'hosts/configuration.nix')
-rw-r--r-- | hosts/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |