mirror of
https://github.com/NixOS/nix
synced 2025-07-04 11:21:47 +02:00
flake.lock now uses flakeRef.subdir
This commit is contained in:
parent
00db8d4549
commit
43408d3cd6
2 changed files with 13 additions and 10 deletions
|
@ -90,7 +90,7 @@ struct ResolvedFlake
|
|||
|
||||
ResolvedFlake resolveFlake(EvalState &, const FlakeRef &, RegistryAccess registryAccess, bool isTopFlake = true);
|
||||
|
||||
void updateLockFile(EvalState &, const Path & path);
|
||||
void updateLockFile(EvalState &, const FlakeUri &);
|
||||
|
||||
void gitCloneFlake (std::string flakeUri, EvalState &, Registries, Path);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue