Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 7, 2020 21:29
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 r-ryantm/6bca618e4c7758d057ea10b025aed912 to your computer and use it in GitHub Desktop.
Save r-ryantm/6bca618e4c7758d057ea10b025aed912 to your computer and use it in GitHub Desktop.
/nix/store/dyc4mbbmx1hiccxn3knskdvxplhdsgkj-yarn-1.22.0
├── bin
│   ├── yarn -> ../libexec/yarn/bin/yarn.js
│   └── yarnpkg -> ../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