lib: add builtins prefixes for prelude functions to improve clarity
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user