about summary refs log tree commit diff
path: root/scripts/nix-channel.in
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-04-18T11·40+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-04-18T11·40+0200
commit259c6d3fbb1298488cc9d437ae81f313dba585fd (patch)
tree8a900b4b6c0c78ace7567e9b21994bf880fb6f1a /scripts/nix-channel.in
parent9cd3ff1059e9daffe65e24dc826268f1e69e2593 (diff)
Fix URL set by nix-channel
Diffstat (limited to 'scripts/nix-channel.in')
-rwxr-xr-xscripts/nix-channel.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-channel.in b/scripts/nix-channel.in
index 2bf5e633e8..524ffa6564 100755
--- a/scripts/nix-channel.in
+++ b/scripts/nix-channel.in
@@ -88,7 +88,7 @@ sub update {
     my $exprs = "";
     foreach my $name (keys %channels) {
         my $url = $channels{$name};
-        my $origUrl = $url;
+        my $origUrl = "$url/MANIFEST";
 
         # Check if $url is a redirect.  If so, follow it now to ensure
         # consistency if the redirection is changed between