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:
parent
a6bfda7d95
commit
9da8f5e25d
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue