Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 19, 2020 09:25
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/c2990bdb8ebf9e77374a07b93e2ec17e to your computer and use it in GitHub Desktop.
Save r-ryantm/c2990bdb8ebf9e77374a07b93e2ec17e to your computer and use it in GitHub Desktop.
/nix/store/6ji4b6j09vzxzas0hrhl0rsl6w12ig21-nixpkgs-review-2.2.0
├── bin
│   ├── nixpkgs-review
│   └── nix-review
├── lib
│   └── python3.7
│   └── site-packages
│   ├── nixpkgs_review
│   │   ├── builddir.py
│   │   ├── buildenv.py
│   │   ├── cli
│   │   │   ├── __init__.py
│   │   │   ├── pr.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── pr.cpython-37.pyc
│   │   │   │   ├── rev.cpython-37.pyc
│   │   │   │   └── wip.cpython-37.pyc
│   │   │   ├── rev.py
│   │   │   └── wip.py
│   │   ├── github.py
│   │   ├── __init__.py
│   │   ├── nix
│   │   │   └── evalAttrs.nix
│   │   ├── nix.py
│   │   ├── overlay.py
│   │   ├── __pycache__
│   │   │   ├── builddir.cpython-37.pyc
│   │   │   ├── buildenv.cpython-37.pyc
│   │   │   ├── github.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── nix.cpython-37.pyc
│   │   │   ├── overlay.cpython-37.pyc
│   │   │   ├── report.cpython-37.pyc
│   │   │   ├── review.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── report.py
│   │   ├── review.py
│   │   ├── tests
│   │   │   ├── cli_mocks.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── cli_mocks.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_pr_borg_eval.cpython-37.pyc
│   │   │   │   ├── test_pr_local_eval.cpython-37.pyc
│   │   │   │   ├── test_rev.cpython-37.pyc
│   │   │   │   └── test_wip.cpython-37.pyc
│   │   │   ├── test_pr_borg_eval.py
│   │   │   ├── test_pr_local_eval.py
│   │   │   ├── test_rev.py
│   │   │   └── test_wip.py
│   │   └── utils.py
│   └── nixpkgs_review-2.2.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.md
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 49 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment