@@ -1,13 +1,13 @@
{pkgs ? import <nixpkgs> {}}:
with pkgs;
mkShell rec {
packages = [gdb clang-tools];
nativeBuildInputs = [ pkg-config ];
buildInputs = [
nativeBuildInputs = [
pkg-config
gcc
gnumake
];
glfw3
glm
The note is not visible to the blocked user.