Skip to content

Commit

Permalink
Add mockserver container (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller authored Jan 7, 2025
1 parent 32f8c3b commit f0286ca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nix/containers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,14 @@ in rec {
# sourceUrl = "https://github.com/input-output-hk/wsc-poc";
# };

mockserver = lib.iogx.mkContainerFromCabalExe {
exe = inputs.self.packages.wst-poc-mock-server;
name = "wst-poc-mock-server";
description = "WST mockserver";
packages = [ ];
sourceUrl = "https://github.com/input-output-hk/wsc-poc";
};


}

0 comments on commit f0286ca

Please sign in to comment.