added cmake
This commit is contained in:
parent
351a23c281
commit
87c9a1f571
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue