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
commit 5e8c5d33c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;