Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 19, 2019 22:54
Show Gist options
  • Save ryantm/a3abbcb410ef41dd4682726524e5eb95 to your computer and use it in GitHub Desktop.
Save ryantm/a3abbcb410ef41dd4682726524e5eb95 to your computer and use it in GitHub Desktop.
/nix/store/vlgbibs9nni5bsbdm2bvvvk4f2v1nxnb-neovim-remote-2.1.9
├── bin
│   └── nvr
├── lib
│   └── python3.7
│   └── site-packages
│   ├── neovim_remote-2.1.9.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