Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 17, 2018 11:46
Show Gist options
  • Save ryantm/bc0958f894bcdad9565006be8be45096 to your computer and use it in GitHub Desktop.
Save ryantm/bc0958f894bcdad9565006be8be45096 to your computer and use it in GitHub Desktop.
/nix/store/8jbzdkhk2krc8yc37c9bcxsbmam5csaa-libu2f-host-1.1.6
├── bin
│   └── u2f-host
├── include
│   └── u2f-host
│   ├── u2f-host.h
│   ├── u2f-host-types.h
│   └── u2f-host-version.h
├── lib
│   ├── libu2f-host.la
│   ├── libu2f-host.so -> libu2f-host.so.0.1.6
│   ├── libu2f-host.so.0 -> libu2f-host.so.0.1.6
│   ├── libu2f-host.so.0.1.6
│   ├── pkgconfig
│   │   └── u2f-host.pc
│   └── udev
│   └── rules.d
│   └── 70-u2f.rules
└── share
└── man
└── man1
└── u2f-host.1.gz
10 directories, 11 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment