summaryrefslogtreecommitdiffstats
path: root/corepkgs
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2012-07-08 11:14:57 -0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-09 15:29:49 -0400
commit035aa114037857b51968e62a1176f4086e2477ec (patch)
tree002650af6e0100905d8ce23e1f78c0f94a1c19aa /corepkgs
parenta2865f6b3d2af5593a100cba5c86ba62a1330bdb (diff)
Remove obsolete comment
Diffstat (limited to 'corepkgs')
-rw-r--r--corepkgs/fetchurl.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/corepkgs/fetchurl.nix b/corepkgs/fetchurl.nix
index 91870a70c..29cf6720b 100644
--- a/corepkgs/fetchurl.nix
+++ b/corepkgs/fetchurl.nix
@@ -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 != "")