mirror of
https://github.com/NixOS/nix
synced 2025-07-05 16:31:47 +02:00
Rename allowRelative -> preserveRelativePaths
This commit is contained in:
parent
75cda2da7f
commit
e8c7dd9971
2 changed files with 8 additions and 8 deletions
|
@ -85,7 +85,7 @@ FlakeRef parseFlakeRef(
|
|||
const std::optional<Path> & baseDir = {},
|
||||
bool allowMissing = false,
|
||||
bool isFlake = true,
|
||||
bool allowRelative = false);
|
||||
bool preserveRelativePaths = false);
|
||||
|
||||
/**
|
||||
* @param baseDir Optional [base directory](https://nixos.org/manual/nix/unstable/glossary#gloss-base-directory)
|
||||
|
@ -104,7 +104,7 @@ std::pair<FlakeRef, std::string> parseFlakeRefWithFragment(
|
|||
const std::optional<Path> & baseDir = {},
|
||||
bool allowMissing = false,
|
||||
bool isFlake = true,
|
||||
bool allowRelative = false);
|
||||
bool preserveRelativePaths = false);
|
||||
|
||||
/**
|
||||
* @param baseDir Optional [base directory](https://nixos.org/manual/nix/unstable/glossary#gloss-base-directory)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue