Merge pull request 'clanCore: Fixed missing type null for clanIcon' (#634) from Qubasa-main into main
This commit is contained in:
@@ -82,6 +82,7 @@ def nix_eval(flags: list[str]) -> list[str]:
|
||||
return default_flags + flags
|
||||
|
||||
|
||||
@deal.raises(ClanError)
|
||||
def nix_metadata(flake: str) -> dict[str, Any]:
|
||||
cmd = nix_command(["flake", "metadata", "--json", flake])
|
||||
proc = subprocess.run(cmd, check=True, text=True, stdout=subprocess.PIPE)
|
||||
|
||||
Reference in New Issue
Block a user