add packageJSON locally too, to avoid IFD
This commit is contained in:
@@ -10,6 +10,7 @@ mkYarnPackage rec {
|
||||
rev = "v${version}";
|
||||
sha256 = "0xrb8r4qc9ds7wmfd30nslnkqylxqfwr4gqf7b30v651sjyds29x";
|
||||
};
|
||||
packageJSON = ./package.json;
|
||||
yarnLock = ./yarn.lock;
|
||||
yarnNix = ./yarn.nix;
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
Reference in New Issue
Block a user