Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 9, 2020 11:48
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/3ddbdd3fe7192ed62b042e01d9e65bb8 to your computer and use it in GitHub Desktop.
Save r-ryantm/3ddbdd3fe7192ed62b042e01d9e65bb8 to your computer and use it in GitHub Desktop.
/nix/store/k4zjh6ak3h374g0qn61k0cbiv72gwwql-python2.7-kconfiglib-14.1.0
├── bin
│   ├── alldefconfig
│   ├── allmodconfig
│   ├── allnoconfig
│   ├── allyesconfig
│   ├── defconfig
│   ├── genconfig
│   ├── guiconfig
│   ├── listnewconfig
│   ├── menuconfig
│   ├── oldconfig
│   ├── olddefconfig
│   ├── savedefconfig
│   └── setconfig
├── lib
│   └── python2.7
│   └── site-packages
│   ├── alldefconfig.py
│   ├── alldefconfig.pyc
│   ├── allmodconfig.py
│   ├── allmodconfig.pyc
│   ├── allnoconfig.py
│   ├── allnoconfig.pyc
│   ├── allyesconfig.py
│   ├── allyesconfig.pyc
│   ├── defconfig.py
│   ├── defconfig.pyc
│   ├── genconfig.py
│   ├── genconfig.pyc
│   ├── guiconfig.py
│   ├── guiconfig.pyc
│   ├── kconfiglib-14.1.0.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE.txt
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   ├── kconfiglib.py
│   ├── kconfiglib.pyc
│   ├── listnewconfig.py
│   ├── listnewconfig.pyc
│   ├── menuconfig.py
│   ├── menuconfig.pyc
│   ├── oldconfig.py
│   ├── oldconfig.pyc
│   ├── olddefconfig.py
│   ├── olddefconfig.pyc
│   ├── savedefconfig.py
│   ├── savedefconfig.pyc
│   ├── setconfig.py
│   └── setconfig.pyc
└── nix-support
└── propagated-build-inputs
6 directories, 49 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment