Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 22, 2020 18:08
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 r-ryantm/319135820d151de60752171742c3d245 to your computer and use it in GitHub Desktop.
Save r-ryantm/319135820d151de60752171742c3d245 to your computer and use it in GitHub Desktop.
/nix/store/d5fqn24bsi8l72jw89k5zb0wh4fliajs-cryptsetup-2.3.4
├── bin
│   ├── cryptsetup
│   ├── cryptsetup-reencrypt
│   ├── integritysetup
│   └── veritysetup
├── lib
│   ├── libcryptsetup.la
│   ├── libcryptsetup.so -> libcryptsetup.so.12.6.0
│   ├── libcryptsetup.so.12 -> libcryptsetup.so.12.6.0
│   └── libcryptsetup.so.12.6.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
├── ja
│   └── LC_MESSAGES
│   └── cryptsetup.mo
├── nl
│   └── LC_MESSAGES
│   └── cryptsetup.mo
├── pl
│   └── LC_MESSAGES
│   └── cryptsetup.mo
├── pt_BR
│   └── LC_MESSAGES
│   └── cryptsetup.mo
├── ru
│   └── 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
41 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment