Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 13, 2018 14:34
Show Gist options
  • Save ryantm/d6c1ce31dff71d43e23d27c6d98e1925 to your computer and use it in GitHub Desktop.
Save ryantm/d6c1ce31dff71d43e23d27c6d98e1925 to your computer and use it in GitHub Desktop.
/nix/store/11iw84skak8ag78s93klhmn4mhz1v3qh-yq-2.6.0
├── bin
│   ├── xq
│   └── yq
├── lib
│   └── python3.6
│   └── site-packages
│   ├── yq
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   └── version.cpython-36.pyc
│   │   └── version.py
│   └── yq-2.6.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment