1
0
Fork 0
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:
Nick Van den Broeck 2019-05-01 16:24:33 +02:00
parent 00db8d4549
commit 43408d3cd6
2 changed files with 13 additions and 10 deletions

View file

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