@@ -0,0 +1,17 @@
{
pkgs ? import <nixpkgs> { },
}:
pkgs.callPackage (
mkShell,
pkg-config,
openssl,
mkShell {
strictDeps = true;
# host/target agnostic programs
depsBuildBuild = [
pkgs.nodejs_24
];
}
) { }
The note is not visible to the blocked user.