Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 9, 2019 01:37
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/c7d63906e5bdde1549918b33a3da9e3e to your computer and use it in GitHub Desktop.
Save ryantm/c7d63906e5bdde1549918b33a3da9e3e to your computer and use it in GitHub Desktop.
/nix/store/bjblqwkhspx3fjzg28011j8286w95xiy-yarn-1.19.0
├── bin
│   ├── yarn -> /nix/store/bjblqwkhspx3fjzg28011j8286w95xiy-yarn-1.19.0/libexec/yarn/bin/yarn.js
│   └── yarnpkg -> /nix/store/bjblqwkhspx3fjzg28011j8286w95xiy-yarn-1.19.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