summary refs log tree commit diff
path: root/pkgs/build-support/substitute/substitute-all.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support/substitute/substitute-all.nix')
-rw-r--r--pkgs/build-support/substitute/substitute-all.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/build-support/substitute/substitute-all.nix b/pkgs/build-support/substitute/substitute-all.nix
index fb26894661d..1022b25c4c9 100644
--- a/pkgs/build-support/substitute/substitute-all.nix
+++ b/pkgs/build-support/substitute/substitute-all.nix
@@ -2,6 +2,7 @@
 
 args:
 
+# see the substituteAll in the nixpkgs documentation for usage and constaints
 stdenv.mkDerivation ({
   name = if args ? name then args.name else baseNameOf (toString args.src);
   builder = ./substitute-all.sh;