We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9a0280 + d2191df commit 8dc26eaCopy full SHA for 8dc26ea
flake.nix
@@ -27,7 +27,9 @@
27
hackage-server run \
28
--static-dir=datafiles \
29
--state-dir=state \
30
- --base-uri=http://127.0.0.1:8080
+ --base-uri=http://127.0.0.1:8080 \
31
+ --required-base-host-header=localhost:8080 \
32
+ --user-content-uri=http://127.0.0.1:8080
33
'';
34
};
35
apps.mirror-hackage-server.program = pkgs.writeShellApplication {
0 commit comments