Closed ghost closed 5 years ago
Should we maybe just use this by default?
I probably could have documented a bit better why I did it this way. Enabling this will break builds for packages with git dependencies that don't ship yarn.nix, because it requires a network connection to get the hash sum.
Maybe we can make it the default value and pass "--no-hydra" (or similar) when yarn2nix is called at build time to generate yarn.nix on-the-fly.
Should we maybe just use this by default?
I now changed it to use pkgs.fetchgit as default and provide a parameter to use builtin fetchGit, which is always passed when generating yarn.nix on the fly.
@zimbatm can you give a review and possibly merge?
thanks!
Should we maybe just use this by default?