added cmake

This commit is contained in:
twoneis 2023-10-30 15:51:19 +01:00
parent 351a23c281
commit 87c9a1f571

View file

@ -15,8 +15,10 @@
devShell = pkgs.mkShell rec { devShell = pkgs.mkShell rec {
name = "gcc-devel"; name = "gcc-devel";
packages = with pkgs; [ packages = with pkgs; [
cmake
libgcc libgcc
gdb gdb
gef
]; ];
}; };
}; };