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.
1 parent 8815bc9 commit d2191dfCopy full SHA for d2191df
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