Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 16, 2018 14:36
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/89fb812602d578bca517da2e75dc8cf7 to your computer and use it in GitHub Desktop.
Save ryantm/89fb812602d578bca517da2e75dc8cf7 to your computer and use it in GitHub Desktop.
/nix/store/75wk9r8am05jvwplj6pzm35prsjijpnw-ddcutil-0.9.3
├── bin
│   └── ddcutil
├── include
│   ├── ddcutil_c_api.h
│   ├── ddcutil_macros.h
│   ├── ddcutil_status_codes.h
│   └── ddcutil_types.h
├── lib
│   ├── libddcutil.so -> libddcutil.so.0.0.0
│   ├── libddcutil.so.0 -> libddcutil.so.0.0.0
│   ├── libddcutil.so.0.0.0
│   └── pkgconfig
│   └── ddcutil.pc
└── share
├── ddcutil
│   └── data
│   ├── 45-ddcutil-i2c.rules
│   ├── 45-ddcutil-usb.rules
│   ├── 90-nvidia-i2c.conf
│   └── FindDDCUtil.cmake
└── man
└── man1
└── ddcutil.1.gz
9 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment