Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 24, 2018 07:29
Show Gist options
  • Save ryantm/fbddf9ea6ad63fe7033a867a1d9f7c43 to your computer and use it in GitHub Desktop.
Save ryantm/fbddf9ea6ad63fe7033a867a1d9f7c43 to your computer and use it in GitHub Desktop.
/nix/store/lxb0r3f9b3x3ciwwrlgryiw9x7mva5zd-gmailieer-0.9
├── bin
│   └── gmi
├── lib
│   └── python3.6
│   └── site-packages
│   ├── gmailieer-0.9.dist-info
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── lieer
│   ├── gmailieer.py
│   ├── __init__.py
│   ├── local.py
│   ├── nobar.py
│   ├── __pycache__
│   │   ├── gmailieer.cpython-36.pyc
│   │   ├── __init__.cpython-36.pyc
│   │   ├── local.cpython-36.pyc
│   │   ├── nobar.cpython-36.pyc
│   │   └── remote.cpython-36.pyc
│   └── remote.py
└── nix-support
└── propagated-build-inputs
8 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment