mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-24 19:29:25 +02: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;
|
programs.bat.enable = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
gcc
|
|
||||||
clang-tools
|
|
||||||
pkg-config
|
|
||||||
gnumake
|
|
||||||
cmake
|
|
||||||
|
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user