1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-05 16:31:47 +02:00

Rename allowRelative -> preserveRelativePaths

This commit is contained in:
Eelco Dolstra 2025-01-07 13:43:56 +01:00
parent 75cda2da7f
commit e8c7dd9971
2 changed files with 8 additions and 8 deletions

View file

@ -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)