From c705031d0f344a204c081e3dbeb32255598fe0cd Mon Sep 17 00:00:00 2001 From: midchildan Date: Mon, 26 Apr 2021 04:27:47 +0900 Subject: [PATCH] Add instructions for Nix (#383) --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f02cc35b..c676d6b6 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,14 @@ You can also use CryFS on older versions of these distributions by following the sudo apt install cryfs +Additionally, the following would work for any Linux distro with the Nix package manager: + + nix-env -iA nixpkgs.cryfs + OSX ---- -CryFS is distributed via Homebrew and MacPorts. +CryFS is distributed via Homebrew, MacPorts, and Nix. If you use Homebrew: @@ -28,7 +32,12 @@ If you use MacPorts (only available for OSX 10.12 to 10.14 at the moment): port install cryfs - +For Nix, the macOS build for cryfs is available in the Nixpkgs channel 21.05 +and later: + + brew install --cask macfuse # or download from https://osxfuse.github.io/ + nix-env -iA nixpkgs.cryfs + Windows (experimental) ----------------------