Compare commits

..

No commits in common. "3399947eb0020e80c6ebf47397a652cce9879b83" and "2c46141e47e27da68e7b1b6c878acf296baff028" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -1,3 +0,0 @@
{
"elixirLS.projectDir": "server"
}

View File

@ -25,7 +25,6 @@
buildInputs = with pkgs; [
# Elixir/Erlang for server
elixir
elixir-ls
erlang
# File watching for Phoenix live reload
@ -49,7 +48,7 @@
shellHook = ''
echo "Systant development environment loaded"
echo "Elixir: $(elixir --version | tail -1)"
echo "Elixir: $(elixir --version | head -1)"
echo "Node.js: $(node --version)"
echo ""
echo "Directories:"
@ -73,7 +72,7 @@
apps = {
default = {
type = "app";
program = "${self.packages.${system}.default}/bin/systant start";
program = "${self.packages.${system}.default}/bin/systant";
};
};
}