Remove obsolete comment

This commit is contained in:
Shea Levy 2012-07-08 11:14:57 -04:00 committed by Eelco Dolstra
parent a2865f6b3d
commit 035aa11403
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
with import <nix/config.nix>;
# Argh, this thing is duplicated (more-or-less) in Nixpkgs. Need to
# find a way to combine them.
{system ? builtins.currentSystem, url, outputHash ? "", outputHashAlgo ? "", md5 ? "", sha1 ? "", sha256 ? ""}:
assert (outputHash != "" && outputHashAlgo != "")