mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
commit
d4a48b12fa
2 changed files with 235 additions and 328 deletions
|
@ -129,14 +129,6 @@ static void printNonFlakeInfo(const NonFlake & nonFlake)
|
|||
printSourceInfo(nonFlake.sourceInfo);
|
||||
}
|
||||
|
||||
static nlohmann::json nonFlakeToJson(const NonFlake & nonFlake)
|
||||
{
|
||||
nlohmann::json j;
|
||||
j["id"] = nonFlake.alias;
|
||||
sourceInfoToJson(nonFlake.sourceInfo, j);
|
||||
return j;
|
||||
}
|
||||
|
||||
// FIXME: merge info CmdFlakeInfo?
|
||||
struct CmdFlakeDeps : FlakeCommand
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue