Serve NixOS 14.04 manual
Eelco Dolstra committed
May 21, 2014 at 11:29 UTC
6abacf4f05524dda873bd6d242db64cbe6422f7e
1 file changed
+2
-1
nixos-org/webserver.nix
+2
-1
@@ -28,7 +28,8 @@ let
28
dir = "/releases/channels/nixpkgs-unstable/manual";
29
}
30
{ urlPath = "/nixos/manual";
31
- dir = "/releases/channels/nixos-13.10/manual";
31
+ dir = "/releases/channels/nixos-14.04/manual";
32
+ }
33
}
34
{ urlPath = "/new";
35
dir = "/home/eelco/nixos-homepage-new";