Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 16, 2018 05:04
Show Gist options
  • Save ryantm/51313df307d60984496c94b0f86fadb6 to your computer and use it in GitHub Desktop.
Save ryantm/51313df307d60984496c94b0f86fadb6 to your computer and use it in GitHub Desktop.
/nix/store/kshxzs8d2xh96sn19mzf319m5n0cfm0s-git-review-1.27.0
├── bin
│   └── git-review
├── lib
│   └── python2.7
│   └── site-packages
│   ├── git_review
│   │   ├── cmd.py
│   │   ├── cmd.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   └── tests
│   │   ├── check_test_id_hashes.py
│   │   ├── check_test_id_hashes.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── prepare.py
│   │   ├── prepare.pyc
│   │   ├── test_git_review.py
│   │   ├── test_git_review.pyc
│   │   ├── test_unit.py
│   │   ├── test_unit.pyc
│   │   ├── utils.py
│   │   └── utils.pyc
│   └── git_review-1.27.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── man
└── man1
└── git-review.1.gz
11 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment