* Move the NixOS/Nixpkgs channels to http://nixos.org/channels.
svn path=/configurations/trunk/tud/; revision=34649
Eelco Dolstra committed
Nov 9, 2012 at 12:41 UTC
db45478a9d41617be317f79ea3e2abe03685763d
1 file changed
+11
cartman.nix
+11
@@ -64,6 +64,17 @@ let
64
{ urlPath = "/update";
65
dir = "/data/webserver/update";
66
}
67
+ # Backwards compatibility.
68
+ { urlPath = "/releases/nixpkgs/channels";
69
+ dir = "/data/releases/channels";
70
+ }
71
+ # Backwards compatibility.
72
+ { urlPath = "/releases/nixos/channels";
73
+ dir = "/data/releases/channels";
74
+ }
75
+ { urlPath = "/channels";
76
+ dir = "/data/releases/channels";
77
+ }
78
{ urlPath = "/releases";
79
dir = "/data/releases";
80
}