@@ -0,0 +1,19 @@
{
pkgs ? import <nixpkgs> { },
}:
pkgs.callPackage (
mkShell,
pkg-config,
openssl,
mkShell {
strictDeps = true;
# host/target agnostic programs
# compilers & linkers & dependency finding programs
nativeBuildInputs = with pkgs; [
nodejs_22
];
}
) { }
The note is not visible to the blocked user.