1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-20 17:29:36 +01:00

Update developer facing links to nix.dev

Not broken, but it's a tiny bit quicker
This commit is contained in:
Robert Hensing 2025-07-25 10:15:13 +02:00
parent b7782809cb
commit 49f411c08c
8 changed files with 11 additions and 11 deletions

View file

@ -82,7 +82,7 @@ private:
};
/**
* @param baseDir Optional [base directory](https://nixos.org/manual/nix/unstable/glossary#gloss-base-directory)
* @param baseDir Optional [base directory](https://nix.dev/manual/nix/development/glossary#gloss-base-directory)
*/
SourcePath lookupFileArg(EvalState & state, std::string_view s, const Path * baseDir = nullptr);