Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 26, 2019 00:05
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/bdc19837acc4416316e6e443d7a687d7 to your computer and use it in GitHub Desktop.
Save ryantm/bdc19837acc4416316e6e443d7a687d7 to your computer and use it in GitHub Desktop.
/nix/store/vyn1j1hggaah9x5vbk7jfgxlzf4x3zyb-libu2f-host-1.1.9
├── 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.9
│   ├── libu2f-host.so.0 -> libu2f-host.so.0.1.9
│   ├── libu2f-host.so.0.1.9
│   ├── 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