nixpkgs/pkgs/development/tools/yarn2nix-moretea/yarn2nix
Silvan Mosberger 75ee18766a
yarn2nix: Don't pass yarnNix to mkDerivation (#92856)
The generated yarnNix file doesn't need to be part of the mkDerivation.
And doing so prevents other platforms from reproducibly instantiating
it. With this change you can e.g. do

  darwinPkgs.yarn2nix.mkYarnPackage {
    # ...
    yarnNix = pkgs.yarn2nix.mkYarnNix {
      yarnLock = ./yarn.lock;
    };
  }

Which is a darwin derivation, but can still be instantiated reproducibly on Linux.
2020-07-10 16:24:03 +00:00
..
bin
internal
lib
nix
default.nix yarn2nix: Don't pass yarnNix to mkDerivation (#92856) 2020-07-10 16:24:03 +00:00
LICENSE.txt
package.json
yarn.lock
yarn.nix