eris
eris copied to clipboard
Serve your /nix/store directory over the internet :sparkles:
## What needs to be done The tests use the old perl test runner, which is deprecated in/removed from recent nixpkgs: ``` trace: warning: Perl VM tests are deprecated and...
## Proposed solution When running `nix log` with a path in a binary cache served by eris that has the logs under `/nix/var/log/[…]`, ## Alternatives considered Leave as is, I...
## Issue description Despite claims in the README, I never got around to finishing the man page. We should think about that, but I do like having it around. Perhaps...
## What needs to be done The documentation needs a rework and update; in particular several of the features implemented since the initial draft are completely undocumented (like JSON `.narinfo`...
## Proposed solution The upstream nixos cache provides an .ls endpoint which contain directory indexes for the nar files. Tools like nix-index use that. It would be convenient to have...
## Issue description I'm trying to generate a docker image to run Eris from a container, but docker fails with `invalid reference format` when running `docker load` ### Steps to...