Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 7, 2020 11:45
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/c51c56d50be2f8084f64e7efdd1cbc83 to your computer and use it in GitHub Desktop.
Save ryantm/c51c56d50be2f8084f64e7efdd1cbc83 to your computer and use it in GitHub Desktop.
/nix/store/kkjg0a734mr4x3y5jxf42vix3kq3si03-python2.7-kconfiglib-13.7.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-13.7.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