Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 16, 2018 12:53
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/06169605202ac2da2ee5cbe91f1e4d0e to your computer and use it in GitHub Desktop.
Save ryantm/06169605202ac2da2ee5cbe91f1e4d0e to your computer and use it in GitHub Desktop.
/nix/store/fbyyjg1igwhy7v10gm7i09z18wf51xc3-cryptsetup-2.0.6
├── bin
│   ├── cryptsetup
│   ├── cryptsetup-reencrypt
│   ├── integritysetup
│   └── veritysetup
├── lib
│   ├── libcryptsetup.la
│   ├── libcryptsetup.so -> libcryptsetup.so.12.3.0
│   ├── libcryptsetup.so.12 -> libcryptsetup.so.12.3.0
│   └── libcryptsetup.so.12.3.0
├── sbin -> bin
└── share
└── locale
├── cs
│   └── LC_MESSAGES
│   └── cryptsetup.mo
├── da
│   └── LC_MESSAGES
│   └── cryptsetup.mo
├── de
│   └── LC_MESSAGES
│   └── cryptsetup.mo
├── es
│   └── LC_MESSAGES
│   └── cryptsetup.mo
├── fi
│   └── LC_MESSAGES
│   └── cryptsetup.mo
├── fr
│   └── LC_MESSAGES
│   └── cryptsetup.mo
├── id
│   └── LC_MESSAGES
│   └── cryptsetup.mo
├── it
│   └── LC_MESSAGES
│   └── cryptsetup.mo
├── nl
│   └── LC_MESSAGES
│   └── cryptsetup.mo
├── pl
│   └── LC_MESSAGES
│   └── cryptsetup.mo
├── pt_BR
│   └── LC_MESSAGES
│   └── cryptsetup.mo
├── sr
│   └── LC_MESSAGES
│   └── cryptsetup.mo
├── sv
│   └── LC_MESSAGES
│   └── cryptsetup.mo
├── uk
│   └── LC_MESSAGES
│   └── cryptsetup.mo
├── vi
│   └── LC_MESSAGES
│   └── cryptsetup.mo
└── zh_CN
└── LC_MESSAGES
└── cryptsetup.mo
37 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment