Skip to content

Commit

Permalink
flakes: minor changes in the flake devshell (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
schonfinkel authored Sep 7, 2024
1 parent 16c0997 commit d20a92e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@
};

enterShell = ''
echo "Starting Erlang environment..."
rebar3 get-deps
echo "Starting Development Environment..."
just deps
'';

services.postgres = {
Expand Down

0 comments on commit d20a92e

Please sign in to comment.