lib: add builtins prefixes for prelude functions to improve clarity

This commit is contained in:
NAHO
2025-09-30 09:36:35 +02:00
parent 6177c4ad72
commit e8f998c3bc
5 changed files with 11 additions and 11 deletions

View File

@@ -4487,7 +4487,7 @@ runTests {
testPackagesFromDirectoryRecursiveStringDirectory = {
expr = packagesFromDirectoryRecursive {
callPackage = path: overrides: import path overrides;
# Do NOT remove the `toString` call here!!!
# Do NOT remove the `builtins.toString` call here!!!
directory = toString ./packages-from-directory/plain;
};
expected = {