Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 16, 2019 13:41
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/40c6419213e7f15e24ae9e0093174e2b to your computer and use it in GitHub Desktop.
Save ryantm/40c6419213e7f15e24ae9e0093174e2b to your computer and use it in GitHub Desktop.
/nix/store/vpxb4cc6am3fvyn14hfqb5mqmy0688gb-rawdog-2.23
├── bin
│   └── rawdog
├── lib
│   └── python2.7
│   └── site-packages
│   ├── rawdog-2.23.dist-info
│   │   ├── COPYING
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── rawdoglib
│   ├── feedscanner.py
│   ├── feedscanner.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── persister.py
│   ├── persister.pyc
│   ├── plugins.py
│   ├── plugins.pyc
│   ├── rawdog.py
│   └── rawdog.pyc
├── nix-support
│   └── propagated-build-inputs
└── share
└── man
└── man1
└── rawdog.1.gz
10 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment