Loading pkgs/applications/misc/tandoor-recipes/frontend.nix +3 −4 Original line number Diff line number Diff line { stdenv, fetchYarnDeps, fixup_yarn_lock, callPackage, nodejs_16 }: { stdenv, fetchYarnDeps, fixup_yarn_lock, callPackage, nodejs }: let common = callPackage ./common.nix { }; in Loading @@ -15,9 +15,8 @@ stdenv.mkDerivation { nativeBuildInputs = [ fixup_yarn_lock # Use Node JS 16 because of @achrinza/node-ipc@9.2.2 nodejs_16 nodejs_16.pkgs.yarn nodejs nodejs.pkgs.yarn ]; configurePhase = '' Loading Loading
pkgs/applications/misc/tandoor-recipes/frontend.nix +3 −4 Original line number Diff line number Diff line { stdenv, fetchYarnDeps, fixup_yarn_lock, callPackage, nodejs_16 }: { stdenv, fetchYarnDeps, fixup_yarn_lock, callPackage, nodejs }: let common = callPackage ./common.nix { }; in Loading @@ -15,9 +15,8 @@ stdenv.mkDerivation { nativeBuildInputs = [ fixup_yarn_lock # Use Node JS 16 because of @achrinza/node-ipc@9.2.2 nodejs_16 nodejs_16.pkgs.yarn nodejs nodejs.pkgs.yarn ]; configurePhase = '' Loading