svn path=/configurations/trunk/tud/; revision=23465
svn path=/configurations/trunk/tud/; revision=23465
Eelco Dolstra committed
Aug 26, 2010 at 13:54 UTC
c6af017c7dc9c7fe237bb8454c10c03191450b8d
1 file changed
+6
cartman.nix
+6
@@ -328,6 +328,9 @@ rec {
328
{ urlPath = "/irc";
329
dir = "/data/webserver/irc";
330
}
331
+ { urlPath = "/update";
332
+ dir = "/data/webserver/update";
333
+ }
334
];
335
servedFiles = [
336
{ urlPath = "/releases/css/releases.css";
@@ -512,4 +515,7 @@ rec {
515
'';
516
};
517
518
+ # Needed for the Nixpkgs mirror script.
519
+ environment.pathsToLink = [ "/libexec" ];
520
+
521
}