Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 26, 2020 10:02
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/cacada728614a80c7e0fcffd64ce6e85 to your computer and use it in GitHub Desktop.
Save r-ryantm/cacada728614a80c7e0fcffd64ce6e85 to your computer and use it in GitHub Desktop.
/nix/store/22jfn8q9a6gf5h3hgdgx6f1y30xsqk2k-pyznap-1.6.0
├── bin
│   └── pyznap
├── lib
│   └── python3.8
│   └── site-packages
│   ├── pyznap
│   │   ├── clean.py
│   │   ├── config
│   │   │   └── pyznap.conf
│   │   ├── __init__.py
│   │   ├── main.py
│   │   ├── process.py
│   │   ├── __pycache__
│   │   │   ├── clean.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── main.cpython-38.pyc
│   │   │   ├── process.cpython-38.pyc
│   │   │   ├── pyzfs.cpython-38.pyc
│   │   │   ├── send.cpython-38.pyc
│   │   │   ├── ssh.cpython-38.pyc
│   │   │   ├── take.cpython-38.pyc
│   │   │   └── utils.cpython-38.pyc
│   │   ├── pyzfs.py
│   │   ├── send.py
│   │   ├── ssh.py
│   │   ├── take.py
│   │   └── utils.py
│   └── pyznap-1.6.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 28 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment