Skip to content

Commit

Permalink
ci(debug): Add debug output for PATH and NIX_PATH in flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Oct 5, 2024
1 parent 2345c14 commit 07faec5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@
mix local.rebar --force
mix local.hex --force
mix deps.get
echo $PATH
echo $NIX_PATH
'';
enterTest = ''
mix test
Expand Down

0 comments on commit 07faec5

Please sign in to comment.