nix-serve-ng
nix-serve-ng copied to clipboard
A drop-in replacement for nix-serve that is faster and more reliable
Hi, I am using `nix-serve-ng` in a flake. Setting `services.nix-serve.bindAddress` to any IPv6 address fails. I assume that the parser finds the port by parsing until it detect a `:`:...
Fix #19
This fixes #19 by downgrading the compiler to 8.10 (I still don't think 9.0 should be used in production). bytestring < 0.11.4 (which as of today has not been released...
An empty response (no headers, nothing) comes back, and the log shows: ``` 10.26.14.222 - - [29/Nov/2022:17:34:55 +0000] "GET /y94ivgf0ygn86fwsqqhpb83lk7bhprlb.narinfo HTTP/1.1" 200 22967 "" "curl/7.81.0" toBufIOWith: BufferFull: minSize CallStack (from...
If I use [nixos-rebuild on a remote target](https://www.haskellforall.com/2023/01/announcing-nixos-rebuild-new-deployment.html) with a different architecture as my machine (e.g. from my macOS to a Linux machine) I get an error like: `error: a...
I get this error when I update my system flake https://github.com/aristanetworks/nix-serve-ng/commit/dabf46d65d8e3be80fa2eacd229eb3e621add4bd#commitcomment-103154700
Timeouts
Hi there! Thanks for building nix-serve-ng. If you permit, let me pick your brains a bit. With nix-serve-ng, I'm seeing much less of ``` upstream timed out (110: Connection timed...
Full log, https://gist.githubusercontent.com/srid/2f17318da48cc9658631b30f60f6c263/raw/6212a565935d162c9dbfcc67d0da316b417f4aea/gistfile1.txt ``` ❯ nix build github:aristanetworks/nix-serve-ng [1/5/6 built, 554 copied (4442.0 MiB), 473.7 MiB DL] building nix-serve-ng-1.0.1 (c error: builder for '/nix/store/9xfl968yvb7lab9y3clj8g8va7qp5q3m-nix-serve-ng-1.0.1.drv' failed with exit code 1; last...
I think it is much more idiomatic to use services.nix-serve.package instead of an overlay.