From 3cd7775172487141c1ef1fbe75722e1633082205 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Mon, 26 Feb 2024 14:11:42 +0100 Subject: [PATCH] substituteAll: fix typo in comment --- pkgs/build-support/substitute/substitute-all.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/substitute/substitute-all.nix b/pkgs/build-support/substitute/substitute-all.nix index 57b160bbe901..f49d56041f7e 100644 --- a/pkgs/build-support/substitute/substitute-all.nix +++ b/pkgs/build-support/substitute/substitute-all.nix @@ -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;