You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using nix flake show (and nix flake metadata) -- which reveal less information than we want -- consider adopting the devour-flake approach to inspect a flake from Nix itself, output a JSON and use that from Rust.
Examples of information lacking in CLI commands:
meta.description is present, but meta.longDescription (markdown formatted long description) is not.
Which packages (or devShells, checks, apps, etc.) are aliases of which (cf. packages.default = packages.emanote)
Brainstorming on custom metadata
(This is undecided)
meta.highlight = true; for flakes having numerous packages, but want to highlighting the important ones. cf. nammayatri
The text was updated successfully, but these errors were encountered:
Instead of using
nix flake show
(andnix flake metadata
) -- which reveal less information than we want -- consider adopting the devour-flake approach to inspect a flake from Nix itself, output a JSON and use that from Rust.Examples of information lacking in CLI commands:
meta.description
is present, butmeta.longDescription
(markdown formatted long description) is not.packages.default = packages.emanote
)Brainstorming on custom metadata
(This is undecided)
meta.highlight = true;
for flakes having numerous packages, but want to highlighting the important ones. cf. nammayatriThe text was updated successfully, but these errors were encountered: