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

substituteAll: fix typo in comment
This commit is contained in:
Aleksana
2024-04-04 18:07:15 +08:00
committed by GitHub
@@ -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;