Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 15:34
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/f6a673a72836dc2e94b6f63072a56580 to your computer and use it in GitHub Desktop.
Save ryantm/f6a673a72836dc2e94b6f63072a56580 to your computer and use it in GitHub Desktop.
/nix/store/m0bzslm6r09nyv6y5hk0sy57hwfhp5dw-python3.7-kconfiglib-12.12.1
├── bin
│   ├── alldefconfig
│   ├── allmodconfig
│   ├── allnoconfig
│   ├── allyesconfig
│   ├── defconfig
│   ├── genconfig
│   ├── guiconfig
│   ├── listnewconfig
│   ├── menuconfig
│   ├── oldconfig
│   ├── olddefconfig
│   ├── savedefconfig
│   └── setconfig
├── lib
│   └── python3.7
│   └── site-packages
│   ├── alldefconfig.py
│   ├── allmodconfig.py
│   ├── allnoconfig.py
│   ├── allyesconfig.py
│   ├── defconfig.py
│   ├── genconfig.py
│   ├── guiconfig.py
│   ├── kconfiglib-12.12.1.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE.txt
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   ├── kconfiglib.py
│   ├── listnewconfig.py
│   ├── menuconfig.py
│   ├── oldconfig.py
│   ├── olddefconfig.py
│   ├── __pycache__
│   │   ├── alldefconfig.cpython-37.pyc
│   │   ├── allmodconfig.cpython-37.pyc
│   │   ├── allnoconfig.cpython-37.pyc
│   │   ├── allyesconfig.cpython-37.pyc
│   │   ├── defconfig.cpython-37.pyc
│   │   ├── genconfig.cpython-37.pyc
│   │   ├── guiconfig.cpython-37.pyc
│   │   ├── kconfiglib.cpython-37.pyc
│   │   ├── listnewconfig.cpython-37.pyc
│   │   ├── menuconfig.cpython-37.pyc
│   │   ├── oldconfig.cpython-37.pyc
│   │   ├── olddefconfig.cpython-37.pyc
│   │   ├── savedefconfig.cpython-37.pyc
│   │   └── setconfig.cpython-37.pyc
│   ├── savedefconfig.py
│   └── setconfig.py
└── nix-support
└── propagated-build-inputs
7 directories, 49 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment