Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions home-manager/packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ with pkgs;
tree
turso-cli
uv
victorialogs
victoriametrics
victoriatraces
Comment on lines +95 to +97

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The packages victorialogs and victoriatraces do not appear to exist in nixpkgs. This will cause the configuration to fail to build. While victoriametrics is a valid package, the components for logs and traces are not packaged as separate top-level derivations in nixpkgs.

If the goal is to install the main VictoriaMetrics component, please remove the two invalid package names.

  victoriametrics

watchexec
wget
yarn
Expand Down
Loading