Skip to content

Commit

Permalink
PLT-7634 Added skopeo and docker to development shell.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbush committed Sep 25, 2023
1 parent 9e4847c commit 3fbd0e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nix/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
let

nodejs = pkgs.nodejs-18_x;
skopeo = inputs'.n2c.packages.skopeo-nix2container;
docker = pkgs.docker;

in

Expand All @@ -15,6 +17,8 @@ in
welcomeMessage = "Marlowe withdraw dapp";
packages = [
nodejs
skopeo
docker
];
# scripts = { };
# env = { };
Expand Down

0 comments on commit 3fbd0e7

Please sign in to comment.