Branch: refs/heads/master
Home: https://github.com/NixOS/nix
Commit: 259c6d3fbb1298488cc9d437ae81f313dba585fd
https://github.com/NixOS/nix/commit/259c6d3fbb1298488cc9d437ae81f313dba585fd
Author: Eelco Dolstra <[email protected]>
Date: 2012-04-18 (Wed, 18 Apr 2012)
Changed paths:
M scripts/nix-channel.in
Log Message:
-----------
Fix URL set by nix-channel
diff --git a/scripts/nix-channel.in b/scripts/nix-channel.in
index 2bf5e63..524ffa6 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
================================================================
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits