diff --git a/pkgs/build-support/src-only/default.nix b/pkgs/build-support/src-only/default.nix index dfd82df54b71..b732c6156041 100644 --- a/pkgs/build-support/src-only/default.nix +++ b/pkgs/build-support/src-only/default.nix @@ -60,9 +60,9 @@ in # If we are passed a derivation (based on stdenv*), we can use overrideAttrs to # update the arguments to mkDerivation. This gives us the proper awareness of # what arguments were effectively passed *to* mkDerivation as opposed to -# derivation (by mkDerivation). For example, stdenv.mkDerivation +# builtins.derivation (by mkDerivation). For example, stdenv.mkDerivation # accepts an `env` attribute set which is postprocessed before being passed to -# derivation. This can lead to evaluation failures, if we assume +# builtins.derivation. This can lead to evaluation failures, if we assume # that drvAttrs is equivalent to the arguments passed to mkDerivation. # See https://github.com/NixOS/nixpkgs/issues/269539. if lib.isDerivation attrs && attrs ? overrideAttrs then diff --git a/pkgs/development/interpreters/ruby/ruby-version.nix b/pkgs/development/interpreters/ruby/ruby-version.nix index 68db535d5857..8b8bebc9ec42 100644 --- a/pkgs/development/interpreters/ruby/ruby-version.nix +++ b/pkgs/development/interpreters/ruby/ruby-version.nix @@ -76,7 +76,7 @@ let else base; - # Implements the toString interface. + # Implements the builtins.toString interface. __toString = self: self.majMinTiny