about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/channel.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/build-support/channel.nix b/pkgs/build-support/channel.nix
index 2f225cd7..a837177f 100644
--- a/pkgs/build-support/channel.nix
+++ b/pkgs/build-support/channel.nix
@@ -2,7 +2,6 @@
 
 { name, src, constituents ? [], meta ? {}, ... }@args:
 
-# TODO document
 stdenv.mkDerivation ({
   inherit name src constituents;
   preferLocalBuild = true;