diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-12-22 15:59:09 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-12-22 15:59:09 +0100 |
commit | 521bbe749788d62ced54b8f9c8895e401ab313b9 (patch) | |
tree | abc156919067cc15b8c5611c8730060086802d2e /hosts | |
parent | Update (diff) | |
download | nixos-config-521bbe749788d62ced54b8f9c8895e401ab313b9.tar.gz nixos-config-521bbe749788d62ced54b8f9c8895e401ab313b9.tar.bz2 nixos-config-521bbe749788d62ced54b8f9c8895e401ab313b9.zip |
Packages: Remove rust utilities
Diffstat (limited to '')
-rw-r--r-- | hosts/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index a010eba..80dc7f6 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 |