trying to fix gef not found

This commit is contained in:
twoneis 2023-10-30 15:58:49 +01:00
parent 5fef95ce44
commit bb784c4167

View file

@ -16,8 +16,9 @@
name = "gcc-devel"; name = "gcc-devel";
packages = with pkgs; [ packages = with pkgs; [
cmake cmake
libgcc
gef gef
libgcc
gdb
]; ];
}; };
}; };