@cryptotaxi247 / infra-1 / commits / aa01b4e1

Serve the right Nix manual

Eelco Dolstra committed Feb 2, 2015 at 17:29 UTC aa01b4e15b00c2479019c65fc4c50027ad6d1d66
1 file changed +2
nixos-org/webserver.nix
+2
@@ -21,9 +21,11 @@ let
21 { urlPath = "/releases";
22 dir = "/releases";
23 }
24 + /*
25 { urlPath = "/nix/manual";
26 dir = "/releases/nix/latest/manual";
27 }
28 + */
29 { urlPath = "/nixpkgs/manual";
30 dir = "/releases/channels/nixpkgs-unstable/manual";
31 }