Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 18, 2019 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/114482b05382923d5d9805719fa275d5 to your computer and use it in GitHub Desktop.
Save ryantm/114482b05382923d5d9805719fa275d5 to your computer and use it in GitHub Desktop.
/nix/store/53pdkwrx3vkaqia07bimdr63j5y2hj1n-yarn-1.17.0
├── bin
│   ├── yarn -> /nix/store/53pdkwrx3vkaqia07bimdr63j5y2hj1n-yarn-1.17.0/libexec/yarn/bin/yarn.js
│   └── yarnpkg -> /nix/store/53pdkwrx3vkaqia07bimdr63j5y2hj1n-yarn-1.17.0/libexec/yarn/bin/yarn.js
└── libexec
└── yarn
├── bin
│   ├── yarn
│   ├── yarn.cmd
│   ├── yarn.js
│   ├── yarnpkg
│   └── yarnpkg.cmd
├── lib
│   ├── cli.js
│   └── v8-compile-cache.js
├── LICENSE
├── package.json
└── README.md
5 directories, 12 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment