Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 14, 2020 14:27
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/453c5e3309d40f18b003e1aa4d0d0b61 to your computer and use it in GitHub Desktop.
Save r-ryantm/453c5e3309d40f18b003e1aa4d0d0b61 to your computer and use it in GitHub Desktop.
/nix/store/48888zs7iv45jhq8hnxfkhc2h5p6qilc-esptool-2.8
├── bin
│   ├── espefuse.py
│   ├── espsecure.py
│   └── esptool.py
├── lib
│   └── python3.7
│   └── site-packages
│   ├── espefuse.py
│   ├── espsecure.py
│   ├── esptool-2.8.dist-info
│   │   ├── direct_url.json
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   ├── esptool.py
│   └── __pycache__
│   ├── espefuse.cpython-37.pyc
│   ├── espsecure.cpython-37.pyc
│   └── esptool.cpython-37.pyc
└── nix-support
└── propagated-build-inputs
7 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment