Commit Graph

  • b4fac5ab8c
    Set X-Private header for private derivations main Aleix Boné 2025-10-07 11:15:56 +02:00
  • 6c6b5d3377
    Add debug output Aleix Boné 2025-10-03 17:28:01 +02:00
  • 70cd4f1ec5
    Do not serve derivations with /nix-support/private Aleix Boné 2025-10-03 17:28:01 +02:00
  • a098861c8d
    Sample package Aleix Boné 2025-10-03 17:58:04 +02:00
  • 1d21f73a2d
    fix race with getStore() (#45) Zoe Zuser 2025-05-28 15:02:52 -04:00
  • 7b7cf5cd08
    fix inputs.nix-serve-ng.url string (#43) bobbrahms 2025-05-21 12:21:42 -04:00
  • d1b8a9a02f
    Support Lix 2.92 (#42) Zoe Zuser 2025-05-10 15:19:48 -04:00
  • 101b4a552f
    Update to Nix 2.28 (#41) John Ericson 2025-04-09 18:28:10 -04:00
  • 6e8d82a451
    fix build against Nix 2.24 (#40) Jörg Thalheim 2024-12-02 15:12:47 +01:00
  • 578ad85b30
    readme: introduce recommended service.nix-serve.package variant (#38) Philipp Schuster 2024-10-01 15:38:04 +02:00
  • d5df363246
    Update harmonia link in README (#36) Sridhar Ratnakumar 2024-05-21 16:03:08 -04:00
  • 4a101296b7
    Fix Nix build (#35) Gabriella Gonzalez 2024-03-02 09:57:01 -08:00
  • 4d9eacfcf7
    Support base16 1.0 (#33) Naïm Favier 2024-02-02 00:59:36 +01:00
  • 21e65cb4c6
    Support GHC 9.4 (#32) Gabriella Gonzalez 2023-12-18 07:16:55 -08:00
  • f3931b8120
    Don't use URL literals (#29) Sefa Eyeoglu 2023-07-04 18:27:01 +02:00
  • 94aebfc882
    flake.lock: Update (#26) Jörg Thalheim 2023-06-12 18:25:04 +01:00
  • dabf46d65d
    Call initLibStore before opening store (#23) Bouke van der Bijl 2023-02-27 16:39:07 +01:00
  • 6216734855
    Fix overlay.* flake outputs not conforming to spec (#21) Vika 2023-01-24 18:35:19 +03:00
  • e36a1a93aa
    Fix Nix build (#17) Gabriella Gonzalez 2022-11-25 17:46:54 -08:00
  • 9b546864f4
    Version 1.0.0 → 1.0.1 (#15) Gabriella Gonzalez 2022-11-25 08:22:29 -08:00
  • 1e42286b14
    Fix builds on Darwin (#14) Gabriella Gonzalez 2022-11-25 08:16:11 -08:00
  • b6cabad434
    Include nix.hh in the source distribution (#12) Gabriella Gonzalez 2022-11-02 19:25:21 -07:00
  • 5e0e4fb8ab
    Fix flake default app path (#11) Moritz Böhme 2022-11-03 02:13:03 +00:00
  • b86683efa4
    Remove i686 from nix-serve-ng.cabal (#9) Gabriella Gonzalez 2022-09-23 15:24:04 -07:00
  • 433f70f4da
    Fix suggested URL for non-flake-enabled workflow (#7) Gabriella Gonzalez 2022-09-07 10:43:25 -07:00
  • 1937593598
    Fix default NixOS module (#6) Gabriella Gonzalez 2022-09-07 09:47:43 -07:00
  • ba2028f9d7
    Add benchmark numbers to README (#5) Gabriella Gonzalez 2022-09-01 21:37:05 -07:00
  • e686b2b1fc
    Add README.md (#4) Gabriella Gonzalez 2022-09-01 12:36:08 -07:00
  • 166672a78f
    Benchmark using wallclock time instead of CPU time (#3) Gabriella Gonzalez 2022-08-31 14:06:16 -07:00
  • 4ac870a142
    Restructure NAR streaming to remove one pointer indirection (#2) Gabriella Gonzalez 2022-08-29 11:35:58 -07:00
  • 0242d8bebb
    Add support for streaming NAR output (#1) Gabriella Gonzalez 2022-08-23 16:32:34 -07:00
  • 319e70637e
    Fix incorrect Cabal option for -std=c++17 (#4) Evan Relf 2022-07-13 11:57:29 -07:00
  • e3a38c77f8
    Ignore Cabal and Nix stuff in .gitignore file (#5) Evan Relf 2022-07-13 11:53:22 -07:00
  • db246ffa56
    Use packageSourceOverrides (#3) Gabriella Gonzalez 2022-07-06 12:50:53 -07:00
  • 027398c9e9
    Increase default timeout (#2) Gabriella Gonzalez 2022-07-06 12:31:19 -07:00
  • eaceeeb8ce
    Remove spurious print statement (#1) Gabriella Gonzalez 2022-07-06 09:22:29 -07:00
  • 0c0cd76b3e Switch to BSD 3-clause license Gabriella Gonzalez 2022-07-05 10:46:15 -07:00
  • 773da02662 Add benchmark suite Gabriella Gonzalez 2022-07-05 10:13:10 -07:00
  • f74b94a24a Fix URL returned in narinfo Gabriella Gonzalez 2022-07-01 15:00:29 -07:00
  • 81e3309159 Rename executable to nix-serve Gabriella Gonzalez 2022-07-01 14:29:51 -07:00
  • 670846795d Flake-enable the project Gabriella Gonzalez 2022-07-01 14:00:11 -07:00
  • 1881b0385b Fix potential bug when marshalling string struct Gabriella Gonzalez 2022-07-01 12:54:58 -07:00
  • dbf735e77f Fix /log/ endpoint Gabriella Gonzalez 2022-07-01 12:29:28 -07:00
  • c8d0b47a7a Fix nix-serve-ng.cabal Gabriella Gonzalez 2022-07-01 12:00:26 -07:00
  • 01167e8dcb Fix build on Linux Gabriella Gonzalez 2022-07-01 09:23:50 -07:00
  • 8fb2184865 Pin Nixpkgs Gabriella Gonzalez 2022-07-01 09:23:13 -07:00
  • 614ed2ca65 Remove dependence on bsd-sysctl package Gabriella Gonzalez 2022-06-30 15:59:38 -07:00
  • 24fb4b7fea Add support for /log/ API Gabriella Gonzalez 2022-06-30 15:45:40 -07:00
  • 3bd298c02a Add support for /nar/*.nar endpoint Gabriella Gonzalez 2022-06-30 14:25:35 -07:00
  • ba62966149 Allow broken so that bsd-sysctl builds Gabriella Gonzalez 2022-06-30 13:29:26 -07:00
  • 7f1251cc47 Return 400 status for invalid hashes Gabriella Gonzalez 2022-06-30 13:28:50 -07:00
  • 87daaac881 Add tuning-related ghc options Gabriella Gonzalez 2022-06-16 17:07:01 -07:00
  • 9e5e5f45f3 Add support for signatures Gabriella Gonzalez 2022-06-15 15:40:13 -07:00
  • 8e9c9198fe Add support for --quiet and --verbose options Gabriella Gonzalez 2022-06-15 12:44:21 -07:00
  • 39945d0743 Factor out Application logic Gabriella Gonzalez 2022-06-15 12:24:00 -07:00
  • b6ee2864ac Update nix-serve.ng.nix Gabriella Gonzalez 2022-06-15 12:21:16 -07:00
  • 91eab58f28 Use ExceptT to simplify indentation Gabriella Gonzalez 2022-06-15 11:01:08 -07:00
  • ddcf0a04db Initial commit Gabriella Gonzalez 2022-06-15 10:21:24 -07:00