Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 10, 2020 14:57
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 r-ryantm/5d035cbe1e75ace09e55a630a292b028 to your computer and use it in GitHub Desktop.
Save r-ryantm/5d035cbe1e75ace09e55a630a292b028 to your computer and use it in GitHub Desktop.
/nix/store/8prn230jpkaha9v3n83h6p2fwaf5hrd6-mopidy-mpris-3.0.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── mopidy_mpris
│   │   ├── ext.conf
│   │   ├── frontend.py
│   │   ├── __init__.py
│   │   ├── interface.py
│   │   ├── player.py
│   │   ├── playlists.py
│   │   ├── __pycache__
│   │   │   ├── frontend.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── interface.cpython-37.pyc
│   │   │   ├── player.cpython-37.pyc
│   │   │   ├── playlists.cpython-37.pyc
│   │   │   ├── root.cpython-37.pyc
│   │   │   └── server.cpython-37.pyc
│   │   ├── root.py
│   │   └── server.py
│   └── Mopidy_MPRIS-3.0.2.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment