substituteAll: fix typo in comment

This commit is contained in:
Luflosi 2024-02-26 14:11:42 +01:00
parent 29b480c0d4
commit 3cd7775172
No known key found for this signature in database
GPG Key ID: 743C5DD6900A1FF0

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;