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