1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 22:33:57 +02:00
This commit is contained in:
Eelco Dolstra 2007-05-02 16:06:04 +00:00
parent 93aefd9fc0
commit 34d4c9388b

View file

@ -94,7 +94,6 @@ sub update {
$url =~ /\/([^\/]+)\/?$/;
my $channelName = $1;
$channelName = "unnamed" unless defined $channelName;
print "$channelName\n";
my $fullURL = "$url/nixexprs.tar.bz2";
print "downloading Nix expressions from `$fullURL'...\n";