Skip to content

Commit

Permalink
adding the metrics service package in flake.nix file
Browse files Browse the repository at this point in the history
  • Loading branch information
leoporoli committed Sep 24, 2024
1 parent b3f0e44 commit 68d37a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@
inherit pkgs;
};

packages.metrics = pkgs.callPackage ./src/metrics {
inherit pkgs;
};

packages.frontend = pkgs.callPackage ./src/frontend {
inherit pkgs;
};
Expand Down

0 comments on commit 68d37a7

Please sign in to comment.