@cryptotaxi247 / infra / commits / 0d72be0f

* Serve the right MIME type for .nixpkg files.

svn path=/configurations/trunk/tud/; revision=11537

Eelco Dolstra committed Apr 10, 2008 at 09:01 UTC 0d72be0f894d0a43024a75418c331b8f07df1051
1 file changed +4
cartman.nix
+4
@@ -224,6 +224,10 @@ rec {
224 adminAddr = "eelco@cs.uu.nl";
225 hostName = "localhost";
226
227 + extraConfig = ''
228 + AddType application/nix-package .nixpkg
229 + '';
230 +
231 virtualHosts = [
232
233 { hostName = "buildfarm.st.ewi.tudelft.nl";