1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 23:11:16 +02:00

path antiquotations: canonizePath -> canonicalizePath

This commit is contained in:
Taeer Bar-Yam 2021-08-31 08:02:04 -04:00
parent a6bfda7d95
commit 9da8f5e25d
2 changed files with 3 additions and 3 deletions

View file

@ -218,7 +218,7 @@ public:
referenced paths are copied to the Nix store as a side effect. */
string coerceToString(const Pos & pos, Value & v, PathSet & context,
bool coerceMore = false, bool copyToStore = true,
bool canonizePath = true);
bool canonicalizePath = true);
string copyPathToStore(PathSet & context, const Path & path);