Skip to content

Commit 8dc26ea

Browse files
authored
Merge pull request #1429 from ulysses4ever/fix-nix-flake-for-new-required-flags
Fix Nix Flake for the new required flags
2 parents f9a0280 + d2191df commit 8dc26ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
hackage-server run \
2828
--static-dir=datafiles \
2929
--state-dir=state \
30-
--base-uri=http://127.0.0.1:8080
30+
--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
3133
'';
3234
};
3335
apps.mirror-hackage-server.program = pkgs.writeShellApplication {

0 commit comments

Comments
 (0)