Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 24, 2018 03:41
Show Gist options
  • Save ryantm/e91bc96d4c04d612f32bde806fdb822a to your computer and use it in GitHub Desktop.
Save ryantm/e91bc96d4c04d612f32bde806fdb822a to your computer and use it in GitHub Desktop.
/nix/store/n6dins6prgmhp4jb1x7iih366ln6bygb-libsysstat-0.4.1
├── include
│   └── sysstat-qt5
│   ├── basestat.h
│   ├── cpustat.h
│   ├── memstat.h
│   ├── netstat.h
│   ├── SysStat
│   │   ├── BaseStat
│   │   ├── CpuStat
│   │   ├── Global
│   │   ├── MemStat
│   │   ├── NetStat
│   │   └── Version
│   ├── sysstat_global.h
│   └── version.h
├── lib
│   ├── libsysstat-qt5.so -> libsysstat-qt5.so.0
│   ├── libsysstat-qt5.so.0 -> libsysstat-qt5.so.0.4.1
│   ├── libsysstat-qt5.so.0.4.1
│   └── pkgconfig
│   └── sysstat-qt5.pc
├── nix-support
│   └── propagated-user-env-packages
└── share
└── cmake
└── sysstat-qt5
├── sysstat-qt5-config.cmake
├── sysstat-qt5-config-version.cmake
├── sysstat-qt5-targets.cmake
└── sysstat-qt5-targets-release.cmake
9 directories, 21 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment