Skip to content

Commit

Permalink
Add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
elcuervo committed Jan 4, 2023
1 parent 1ab5669 commit a1f1ca8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@ let
in

pkgs.mkShell {
buildInputs = with pkgs; [ go ];
buildInputs = with pkgs; [
go
docker
docker-compose
postgresql_13
];
}

0 comments on commit a1f1ca8

Please sign in to comment.