Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 12, 2020 11:41
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/ec48ee25b84b915e82cc9a1961944d01 to your computer and use it in GitHub Desktop.
Save r-ryantm/ec48ee25b84b915e82cc9a1961944d01 to your computer and use it in GitHub Desktop.
/nix/store/0ffaacxfswy91ha4fb3kdv5jb81vqvfk-yarn-1.22.10
├── 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
├── preinstall.js
└── README.md
5 directories, 13 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment