misterio
Created by Misterio77
Admin access required for searching contents
Step 1Install Nix
Using your non-root user:
bash <(curl -L https://nixos.org/nix/install)
Step 2Install devenv
nix-env -iA devenv -f https://github.com/NixOS/nixpkgs/tarball/nixpkgs-unstable
Step 3Configure 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.