nix-community / yarn2nix

Generate nix expressions from a yarn.lock file [maintainer=???]
GNU General Public License v3.0
123 stars 61 forks source link

support link: references #160

Open ghost opened 3 years ago

ghost commented 3 years ago
[pbb@onyx:~/proj/sourcegraph]$ ls -l node_modules/ | rg sourcegraph
drwxr-xr-x  - pbb 20 Oct 18:20 @sourcegraph
lrwxrwxrwx 44 pbb 20 Oct 18:20 sourcegraph -> ../client/packages/sourcegraph-extension-api

[pbb@onyx:~/proj/sourcegraph]$ rg link: package.json
264:    "@sourcegraph/extension-api-types": "link:client/packages/@sourcegraph/extension-api-types",
311:    "sourcegraph": "link:client/packages/sourcegraph-extension-api",

[pbb@onyx:~/proj/sourcegraph]$