13 src = fetchFromGitHub {
17 hash = "sha256-vnF+ES6RK4iiIJsWUV57DqoLischh+1MlmlK46Z6USY=";
20 npmDepsHash = "sha256-9yd+k+HpARM63/esW+av0zfcuAVsp9Lkfp6hmUQO5Yg=";
23 npm_config_build_from_source = true;
30 buildInputs = lib.optionals stdenv.isDarwin [
31 darwin.apple_sdk.frameworks.CoreServices
35 description = "CLI tool for Nest applications";
36 homepage = "https://nestjs.com";
37 license = licenses.mit;
39 maintainers = [ maintainers.ehllie ];