Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 16:38
Show Gist options
  • Save ryantm/59c2463de35d2c976204226cdc4efcf8 to your computer and use it in GitHub Desktop.
Save ryantm/59c2463de35d2c976204226cdc4efcf8 to your computer and use it in GitHub Desktop.
/nix/store/axfaafcjmg873nq8s008c1kw6m9i6r2z-python3.6-augeas-1.0.3
├── lib
│   └── python3.6
│   └── site-packages
│   ├── augeas
│   │   ├── ffi.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── ffi.cpython-36.pyc
│   │   └── __init__.cpython-36.pyc
│   ├── augeas.py
│   ├── __pycache__
│   │   └── augeas.cpython-36.pyc
│   └── python_augeas-1.0.3.dist-info
│   ├── AUTHORS
│   ├── COPYING
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment