Fix flake.nix head error
This commit is contained in:
parent
2c46141e47
commit
014fd6eb4e
@ -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:"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user