add packageJSON locally too, to avoid IFD

This commit is contained in:
chessai
2020-07-18 19:47:41 -07:00
parent a7fff1ac09
commit ba32ac13b0
2 changed files with 19 additions and 0 deletions
@@ -10,6 +10,7 @@ mkYarnPackage rec {
rev = "v${version}";
sha256 = "0xrb8r4qc9ds7wmfd30nslnkqylxqfwr4gqf7b30v651sjyds29x";
};
packageJSON = ./package.json;
yarnLock = ./yarn.lock;
yarnNix = ./yarn.nix;
nativeBuildInputs = [ makeWrapper ];