1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

* Channel fix.

This commit is contained in:
Eelco Dolstra 2005-03-03 13:10:52 +00:00
parent 86cb3cc554
commit 9e6bca8765

View file

@ -89,7 +89,7 @@ sub update {
chomp $hash; chomp $hash;
# !!! escaping # !!! escaping
$nixExpr .= "((import @datadir@/nix/corepkgs/fetchurl) " . $nixExpr .= "((import @datadir@/nix/corepkgs/fetchurl) " .
"{url = $fullURL; sha1 = \"$hash\"; system = \"@system@\";}) " "{url = $fullURL; md5 = \"$hash\"; system = \"@system@\";}) "
} }
$nixExpr .= "]"; $nixExpr .= "]";