chore: Remove redundant build tools from global environment

These *shouldn't* be needed since if a package requires these tools,
they'll have their own nix derivation.
This commit is contained in:
Donovan Glover
2024-04-18 16:55:34 -04:00
parent d17402a84c
commit f91bf00256

View File

@ -7,12 +7,6 @@ in
programs.bat.enable = true;
home.packages = with pkgs; [
gcc
clang-tools
pkg-config
gnumake
cmake
nixpkgs-fmt
nixfmt-rfc-style