Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 16, 2019 05:21
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/01844f28148a7e131b62b9709b51516a to your computer and use it in GitHub Desktop.
Save ryantm/01844f28148a7e131b62b9709b51516a to your computer and use it in GitHub Desktop.
/nix/store/zdqi8nxrn2j5zl3zg3mvyhqxspcd718q-yq-2.7.2
├── bin
│   ├── xq
│   └── yq
├── lib
│   └── python3.7
│   └── site-packages
│   ├── yq
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   └── version.py
│   └── yq-2.7.2.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── 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