mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
Move calling flakes into a Nix helper function (call-flake.nix)
This commit is contained in:
parent
5a1514adb8
commit
73769b28e3
9 changed files with 93 additions and 154 deletions
|
@ -27,6 +27,8 @@ struct LockedInputs
|
|||
|
||||
nlohmann::json toJson() const;
|
||||
|
||||
std::string to_string() const;
|
||||
|
||||
bool isImmutable() const;
|
||||
|
||||
std::optional<LockedInput *> findInput(const InputPath & path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue