Unverified Commit 5e8c5d33 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

substituteAll: fix typo in comment
parents a9f70e6b 3cd77751
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

args:

# see the substituteAll in the nixpkgs documentation for usage and constaints
# see the substituteAll in the nixpkgs documentation for usage and constraints
stdenvNoCC.mkDerivation ({
  name = if args ? name then args.name else baseNameOf (toString args.src);
  builder = ./substitute-all.sh;