Admin access required for searching contents
Public Keymisterio.cachix.org-1:cURMcHBuaSihTQ4/rhYmTwbbfWO8AnZEu6w4aNs3iKE=

Step 1
Install Nix

Using your non-root user:

bash <(curl -L https://nixos.org/nix/install)

Step 2
Install devenv

nix-env -iA devenv -f https://github.com/NixOS/nixpkgs/tarball/nixpkgs-unstable

Step 3
Configure devenv to use the binary cache

Add the following to your devenv.nix:

{ cachix.pull = [ "misterio" ]; }

Devenv will use the cache:

$ devenv shell
copying path '/nix/store/n1gwpmvmcgsbnr0a8ncflhvc59db775h-myproject-1.0.0' from 'https://misterio.cachix.org
...

Learn more about devenv at devenv.sh/basics.