Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 21, 2018 00:53
Show Gist options
  • Save ryantm/18601b1231672c52d2a59f11fff236f8 to your computer and use it in GitHub Desktop.
Save ryantm/18601b1231672c52d2a59f11fff236f8 to your computer and use it in GitHub Desktop.
/nix/store/k04xnvxmkwbyjis7x2fwfdhc8s1cdfyw-mir.qualia-2.0.0
├── bin
│   └── qualia
├── lib
│   └── python3.6
│   └── site-packages
│   ├── mir
│   │   └── qualia
│   │   ├── comment.py
│   │   ├── indent.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── comment.cpython-36.pyc
│   │   │   ├── indent.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── __main__.cpython-36.pyc
│   │   │   └── qualifier.cpython-36.pyc
│   │   └── qualifier.py
│   └── mir.qualia-2.0.0.dist-info
│   ├── DESCRIPTION.rst
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── metadata.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment