eris icon indicating copy to clipboard operation
eris copied to clipboard

Serve your /nix/store directory over the internet :sparkles:

Results 7 eris issues
Sort by recently updated
recently updated
newest added

## 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...

A-task

## 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...

help wanted
A-enhancement
E-medium
P-low

btw, Eris is amazing! thank you.

A-enhancement
E-easy
P-low

## 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...

A-bug
help wanted
good first issue
E-easy
P-high

## 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`...

help wanted
good first issue
A-task
E-easy
P-high

## 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...

A-enhancement
E-hard
P-low

## 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...

A-bug