Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 28, 2019 14:03
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/361115c41687427da03f7483080d0147 to your computer and use it in GitHub Desktop.
Save ryantm/361115c41687427da03f7483080d0147 to your computer and use it in GitHub Desktop.
/nix/store/c8618qavabihzvrvp3ak38fr6h44hqzv-neovim-remote-2.2.3
├── bin
│   └── nvr
├── lib
│   └── python3.7
│   └── site-packages
│   ├── neovim_remote-2.2.3.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── nvr
│   ├── __init__.py
│   ├── nvr.py
│   └── __pycache__
│   ├── __init__.cpython-37.pyc
│   └── nvr.cpython-37.pyc
└── nix-support
└── propagated-build-inputs
8 directories, 13 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment