Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 9, 2020 17:08
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/8b05eb721e73600219488da8f99a37ac to your computer and use it in GitHub Desktop.
Save r-ryantm/8b05eb721e73600219488da8f99a37ac to your computer and use it in GitHub Desktop.
/nix/store/2zd19absfl9cylik9dgw3gihiy96h1v5-python2.7-augeas-1.1.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── augeas
│   │   ├── ffi.py
│   │   ├── ffi.pyc
│   │   ├── __init__.py
│   │   └── __init__.pyc
│   ├── augeas.py
│   ├── augeas.pyc
│   ├── python_augeas-1.1.0.dist-info
│   │   ├── AUTHORS
│   │   ├── COPYING
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── test
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── test_augeas.py
│   └── test_augeas.pyc
└── nix-support
└── propagated-build-inputs
7 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment