Unverified Commit 3cd77751 authored by Luflosi's avatar Luflosi
Browse files

substituteAll: fix typo in comment

parent 29b480c0
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;