Skip to content

Commit

Permalink
feat: ensure mix deps are present in devShell
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Sep 30, 2024
1 parent 7c610f7 commit 143d1bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
export MQTT_PORT="${toString mosquitto_port}"
export RELEASE_COOKIE="1234567890123456789"
export TZDATA_DIR="$PWD/tzdata"
mix deps.get
'';
enterTest = ''
mix test
Expand Down

0 comments on commit 143d1bd

Please sign in to comment.