Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 21, 2018 21:49
Show Gist options
  • Save ryantm/b7f60eca6fafaa5f401a4b434e073e64 to your computer and use it in GitHub Desktop.
Save ryantm/b7f60eca6fafaa5f401a4b434e073e64 to your computer and use it in GitHub Desktop.
/nix/store/ghlnwzd908bnjpac23xi86y5xis157n9-mopidy-gmusic-3.0.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── mopidy_gmusic
│   │   ├── backend.py
│   │   ├── backend.pyc
│   │   ├── ext.conf
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── library.py
│   │   ├── library.pyc
│   │   ├── playback.py
│   │   ├── playback.pyc
│   │   ├── playlists.py
│   │   ├── playlists.pyc
│   │   ├── repeating_timer.py
│   │   ├── repeating_timer.pyc
│   │   ├── scrobbler_frontend.py
│   │   ├── scrobbler_frontend.pyc
│   │   ├── session.py
│   │   ├── session.pyc
│   │   ├── translator.py
│   │   └── translator.pyc
│   └── Mopidy_GMusic-3.0.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
6 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment