Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 14, 2018 23:01
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 ryantm/204b9a015ebff9e32ca3888319f954ea to your computer and use it in GitHub Desktop.
Save ryantm/204b9a015ebff9e32ca3888319f954ea to your computer and use it in GitHub Desktop.
/nix/store/h2wq53g0ki4drln4r42yd0p09slyirqf-python2.7-cmdtest-0.32
├── bin
│   ├── cmdtest
│   └── yarn
├── lib
│   └── python2.7
│   └── site-packages
│   ├── cmdtest-0.32.dist-info
│   │   ├── COPYING
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   ├── cmdtestlib.py
│   ├── cmdtestlib.pyc
│   ├── yarnlib
│   │   ├── block_parser.py
│   │   ├── block_parser.pyc
│   │   ├── block_parser_tests.py
│   │   ├── block_parser_tests.pyc
│   │   ├── elements.py
│   │   ├── elements.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── mdparser.py
│   │   ├── mdparser.pyc
│   │   ├── mdparser_tests.py
│   │   ├── mdparser_tests.pyc
│   │   ├── version.py
│   │   └── version.pyc
│   └── yarnutils
│   ├── asserts.py
│   ├── asserts.pyc
│   ├── asserts_tests.py
│   ├── asserts_tests.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── matches.py
│   ├── matches.pyc
│   ├── matches_tests.py
│   ├── matches_tests.pyc
│   ├── vars.py
│   ├── vars.pyc
│   ├── vars_tests.py
│   └── vars_tests.pyc
└── nix-support
└── propagated-build-inputs
8 directories, 39 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment