Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 16, 2020 01:31
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/1275502154bc0fdd2e95ab3ae2aed9b8 to your computer and use it in GitHub Desktop.
Save r-ryantm/1275502154bc0fdd2e95ab3ae2aed9b8 to your computer and use it in GitHub Desktop.
/nix/store/afr9mr34jkybr43pyndkal8zfh2rs27j-python3.7-mac_alias-2.1.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── mac_alias
│   │   ├── alias.py
│   │   ├── bookmark.py
│   │   ├── __init__.py
│   │   ├── osx.py
│   │   ├── __pycache__
│   │   │   ├── alias.cpython-37.pyc
│   │   │   ├── bookmark.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── osx.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   └── utils.py
│   └── mac_alias-2.1.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment