Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 20, 2021 04:48
Show Gist options
  • Save r-ryantm/4bce2eca2a5bc5fa9ab4dfeca9a366ac to your computer and use it in GitHub Desktop.
Save r-ryantm/4bce2eca2a5bc5fa9ab4dfeca9a366ac to your computer and use it in GitHub Desktop.
/nix/store/w49h47sa7s7c0jczdl488w3zjqa5qa42-python3.8-somecomfort-0.8.0
├── bin
│   └── somecomfort
├── lib
│   └── python3.8
│   └── site-packages
│   ├── somecomfort
│   │   ├── client.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   └── __pycache__
│   │   ├── client.cpython-38.pyc
│   │   ├── __init__.cpython-38.pyc
│   │   └── __main__.cpython-38.pyc
│   └── somecomfort-0.8.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── 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