Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 8, 2019 09:08
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/ecc40a6916d314120acc109c7174bece to your computer and use it in GitHub Desktop.
Save ryantm/ecc40a6916d314120acc109c7174bece to your computer and use it in GitHub Desktop.
/nix/store/hcckvs8a0xsd5z8mvpgh61b1p2kk8w2h-gmailieer-1.0
├── bin
│   └── gmi
├── lib
│   └── python3.7
│   └── site-packages
│   ├── lieer
│   │   ├── gmailieer.py
│   │   ├── __init__.py
│   │   ├── local.py
│   │   ├── nobar.py
│   │   ├── __pycache__
│   │   │   ├── gmailieer.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── local.cpython-37.pyc
│   │   │   ├── nobar.cpython-37.pyc
│   │   │   └── remote.cpython-37.pyc
│   │   └── remote.py
│   └── lieer-1.0.dist-info
│   ├── COPYING.GPL-3.0+
│   ├── INSTALLER
│   ├── LICENSE.md
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment