pkgs/stdenv: fix typos

This commit is contained in:
Ben Siraphob
2025-09-09 13:14:36 +07:00
parent 807ce4b7b3
commit ed23526c32
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
# [ pkgset -> (args to stage/default.nix) or ({ __raw = true; } // pkgs) ]
# -> pkgset
#
# In english: This takes a list of function from the previous stage pkgset and
# In English: This takes a list of function from the previous stage pkgset and
# returns the final pkgset. Each of those functions returns, if `__raw` is
# undefined or false, args for this stage's pkgset (the most complex and
# important arg is the stdenv), or, if `__raw = true`, simply this stage's
@@ -230,7 +230,7 @@ stdenv.mkDerivation (finalAttrs: {
rpath='@loader_path/..'
;;
*)
echo unkown executable $1 >&2
echo unknown executable $1 >&2
exit 1
;;
esac
+1 -1
View File
@@ -8,7 +8,7 @@ let
initialPath,
# If we don't have a C compiler, we might either have `cc = null` or `cc =
# throw ...`, but if we do have a C compiler we should definiely have `cc !=
# throw ...`, but if we do have a C compiler we should definitely have `cc !=
# null`.
#
# TODO(@Ericson2314): Add assert without creating infinite recursion
+1 -1
View File
@@ -23,7 +23,7 @@
# Stages are described below along with their definitions.
#
# Debugging stdenv dependency graph:
# An useful tool to explore dependencies across stages is to use
# A useful tool to explore dependencies across stages is to use
# '__bootPackages' attribute of 'stdenv. Examples of last 3 stages:
# - stdenv
# - stdenv.__bootPackages.stdenv