diff options
author | Karel Kočí <cynerd@email.cz> | 2022-06-13 11:00:56 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-06-13 11:00:56 +0200 |
commit | c4beeb71c3b4bd964510731b5d6c129b8065bbca (patch) | |
tree | f0d9611e24fca1166fbcf51762ce1da9b40c1c87 /devShells | |
parent | 4fa33b32e2567276f84a8ef49cb01328db801fe2 (diff) | |
download | nixos-personal-c4beeb71c3b4bd964510731b5d6c129b8065bbca.tar.gz nixos-personal-c4beeb71c3b4bd964510731b5d6c129b8065bbca.tar.bz2 nixos-personal-c4beeb71c3b4bd964510731b5d6c129b8065bbca.zip |
nixos: documentation, dialout user and few more packages to the C
Diffstat (limited to 'devShells')
-rw-r--r-- | devShells/c.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devShells/c.nix b/devShells/c.nix index 2a16700..949b291 100644 --- a/devShells/c.nix +++ b/devShells/c.nix @@ -4,7 +4,8 @@ let in pkgs.mkShell { packages = (with pkgs; [ - ccls gcc gdb + clang-tools + gcc gdb cppcheck flawfinder bear meson lcov massif-visualizer |