mirror of
https://github.com/NixOS/nix
synced 2025-06-28 13:41:15 +02:00
Fixed flake pin issues
This commit is contained in:
parent
b4e367bf4a
commit
7587d62d02
2 changed files with 17 additions and 2 deletions
|
@ -63,6 +63,8 @@ struct NonFlake
|
|||
NonFlake(const FlakeRef flakeRef) : ref(flakeRef) {};
|
||||
};
|
||||
|
||||
std::shared_ptr<FlakeRegistry> getGlobalRegistry();
|
||||
|
||||
Flake getFlake(EvalState &, const FlakeRef &, bool impureIsAllowed);
|
||||
|
||||
struct Dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue