Fix flake.nix head error

This commit is contained in:
ryan 2025-08-08 19:05:16 -07:00
parent 2c46141e47
commit 014fd6eb4e

View File

@ -25,6 +25,7 @@
buildInputs = with pkgs; [
# Elixir/Erlang for server
elixir
elixir-ls
erlang
# File watching for Phoenix live reload
@ -48,7 +49,7 @@
shellHook = ''
echo "Systant development environment loaded"
echo "Elixir: $(elixir --version | head -1)"
echo "Elixir: $(elixir --version | tail -1)"
echo "Node.js: $(node --version)"
echo ""
echo "Directories:"