Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 2, 2019 00:17
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/5e7043458c7a7db79d11c5c78e7cda1a to your computer and use it in GitHub Desktop.
Save ryantm/5e7043458c7a7db79d11c5c78e7cda1a to your computer and use it in GitHub Desktop.
/nix/store/mmgzqds9zvnh2c92wqxkidhz9x41q6i7-yarn-1.13.0
├── bin
│   ├── yarn -> /nix/store/mmgzqds9zvnh2c92wqxkidhz9x41q6i7-yarn-1.13.0/libexec/yarn/bin/yarn.js
│   └── yarnpkg -> /nix/store/mmgzqds9zvnh2c92wqxkidhz9x41q6i7-yarn-1.13.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