Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 31, 2020 07:04
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/6ee2705aac5968bc772f5d9ccb4c06d8 to your computer and use it in GitHub Desktop.
Save r-ryantm/6ee2705aac5968bc772f5d9ccb4c06d8 to your computer and use it in GitHub Desktop.
/nix/store/zryx56kdad6g9iyn0h2dsqswzk1cibvv-alibuild-1.5.5
├── bin
│   ├── aliBuild
│   ├── aliDeps
│   ├── aliDoctor
│   ├── alienv
│   └── pb
├── lib
│   └── python2.7
│   └── site-packages
│   ├── alibuild-1.5.5.dist-info
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── alibuild_helpers
│   ├── analytics.py
│   ├── analytics.pyc
│   ├── args.py
│   ├── args.pyc
│   ├── build.py
│   ├── build.pyc
│   ├── build_template.sh
│   ├── clean.py
│   ├── clean.pyc
│   ├── cmd.py
│   ├── cmd.pyc
│   ├── deps.py
│   ├── deps.pyc
│   ├── doctor.py
│   ├── doctor.pyc
│   ├── __init__.py
│   ├── init.py
│   ├── __init__.pyc
│   ├── init.pyc
│   ├── log.py
│   ├── log.pyc
│   ├── utilities.py
│   ├── utilities.pyc
│   ├── workarea.py
│   └── workarea.pyc
└── nix-support
└── propagated-build-inputs
7 directories, 36 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment