mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
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:
parent
d17402a84c
commit
f91bf00256
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user