feat(11): initial module with a service

This commit is contained in:
efim
2023-06-27 11:09:44 +00:00
parent e7594ef2eb
commit 73bd2eba84
3 changed files with 66 additions and 31 deletions

View File

@@ -13,6 +13,7 @@
pkgs = nixpkgs.legacyPackages.${system};
price-grid = import ./11-single-price-grid-component/default.nix {
inherit pkgs sbt-derivation;
lib = pkgs.lib;
};
in {
devShells.default = pkgs.mkShell {