Merge pull request #291569 from Luflosi/fix-substituteAll-typo

substituteAll: fix typo in comment

authored by Aleksana and committed by GitHub 5e8c5d33 a9f70e6b

+1 -1
+1 -1
pkgs/build-support/substitute/substitute-all.nix
··· 2 2 3 3 args: 4 4 5 - # see the substituteAll in the nixpkgs documentation for usage and constaints 5 + # see the substituteAll in the nixpkgs documentation for usage and constraints 6 6 stdenvNoCC.mkDerivation ({ 7 7 name = if args ? name then args.name else baseNameOf (toString args.src); 8 8 builder = ./substitute-all.sh;