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