{ mkYarnPackage, ... }: mkYarnPackage rec { src = ../homebridge; packageJSON = ./package.json; yarnLock = ./yarn.lock; buildPhase = "true"; distPhase = "true"; installPhase = '' mkdir -p $out/bin ln -sf ''${node_modules}/.bin/homebridge $out/bin/homebridge cat > $out/env <